Skip to content

Commit a017082

Browse files
committed
Add update-v1-tag script to package.json [skip ci]
1 parent dd5b80b commit a017082

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"test:watch": "vitest",
3030
"test:coverage": "vitest run --coverage",
3131
"bump-version": "npm version patch",
32+
"update-v1-tag": "git tag v1 -f && git push origin v1 -f",
3233
"all": "npm run typecheck && npm run lint && npm run format && npm run test && npm run build"
3334
},
3435
"dependencies": {

0 commit comments

Comments
 (0)