Skip to content

Commit 9c993a4

Browse files
committed
scripts
1 parent 4f1158d commit 9c993a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lint": "turbo lint",
1515
"lint:eslint": "turbo lint:eslint",
1616
"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"
17+
"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"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)