Skip to content

Commit ce2dd14

Browse files
committed
Add update-deps
1 parent 87751dd commit ce2dd14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"build-only": "vite build -l error",
2828
"type-check": "tsc --noEmit",
2929
"test": "vitest",
30+
"update-deps": "npx npm-check-updates -u && npm install",
3031
"release": "bump patch --commit --push --tag && npm publish"
3132
},
3233
"dependencies": {

0 commit comments

Comments
 (0)