Skip to content

Commit

Permalink
🔥 Remove useless command in npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Du Pont committed Jul 26, 2022
1 parent 4209d71 commit 0df90b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint --ext \".vue,.ts,.js,.tsx,.jsx\" .",
"build": "vite build",
"start": "vite preview",
"upgrade": "ncu && npm i"
"upgrade": "ncu"
},
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 0df90b8

Please sign in to comment.