Skip to content

Commit 1d3a549

Browse files
committed
update-deps
1 parent 8d3b677 commit 1d3a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build-only": "vite build -l error",
3636
"type-check": "vue-tsc --noEmit",
3737
"test": "vitest",
38-
"update-dependencies": "npx npm-check-updates -u && npm install",
38+
"update-deps": "npx npm-check-updates -u && npm install",
3939
"bump": "npx bump && git add . && git commit -m 'bump version' && git push && git push --tags"
4040
},
4141
"dependencies": {

0 commit comments

Comments
 (0)