We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1158d commit 9c993a4Copy full SHA for 9c993a4
package.json
@@ -14,7 +14,8 @@
14
"lint": "turbo lint",
15
"lint:eslint": "turbo lint:eslint",
16
"lint:typescript": "turbo lint:typescript",
17
- "release": "pnpm align && git pull && pnpm bumpp && bun scripts/release-all.ts && git add . && git commit -a && git tag v$npm_package_version && git push --tags && git push"
+ "release": "pnpm align && git pull && pnpm bumpp && bun scripts/release-all.ts && git add . && git commit -a && git push && pnpm release:tag",
18
+ "release:tag": "git tag v$npm_package_version && git push --tags"
19
},
20
"repository": {
21
"type": "git",
0 commit comments