Skip to content

Commit d6f91b7

Browse files
committed
chore(scripts): simplify release script, drop next tag and release:latest
1 parent 7021b86 commit d6f91b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"prepare": "husky",
2323
"test": "vitest run --dir src",
2424
"type-check": "tsc --noEmit",
25-
"release": "pnpm run build && npm publish --tag next",
26-
"release:latest": "pnpm run build && npm publish",
25+
"release": "pnpm run build && npm publish",
2726
"publish:snapshot": "npm version prerelease --preid=snapshot --no-git-tag-version && npm publish --tag snapshot"
2827
},
2928
"lint-staged": {

0 commit comments

Comments
 (0)