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 dd5b80b commit a017082Copy full SHA for a017082
1 file changed
package.json
@@ -29,6 +29,7 @@
29
"test:watch": "vitest",
30
"test:coverage": "vitest run --coverage",
31
"bump-version": "npm version patch",
32
+ "update-v1-tag": "git tag v1 -f && git push origin v1 -f",
33
"all": "npm run typecheck && npm run lint && npm run format && npm run test && npm run build"
34
},
35
"dependencies": {
0 commit comments