We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b677 commit 1d3a549Copy full SHA for 1d3a549
package.json
@@ -35,7 +35,7 @@
35
"build-only": "vite build -l error",
36
"type-check": "vue-tsc --noEmit",
37
"test": "vitest",
38
- "update-dependencies": "npx npm-check-updates -u && npm install",
+ "update-deps": "npx npm-check-updates -u && npm install",
39
"bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
40
},
41
"dependencies": {
0 commit comments