Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 9, 2024
1 parent ca58471 commit 39a2fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite build && vite preview",
"test:sfc-types": "vue-tsc --noEmit"
"preview": "vite build && vite preview"
},
"dependencies": {
"@types/node": "^20.11.17",
Expand Down
3 changes: 1 addition & 2 deletions examples/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vue-tsc --noEmit"
"preview": "vite build && vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
Expand Down

0 comments on commit 39a2fca

Please sign in to comment.