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 87751dd commit ce2dd14Copy full SHA for ce2dd14
package.json
@@ -27,6 +27,7 @@
27
"build-only": "vite build -l error",
28
"type-check": "tsc --noEmit",
29
"test": "vitest",
30
+ "update-deps": "npx npm-check-updates -u && npm install",
31
"release": "bump patch --commit --push --tag && npm publish"
32
},
33
"dependencies": {
0 commit comments