Skip to content

Commit 511488b

Browse files
committed
chore: release shell
1 parent 0d7c638 commit 511488b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"lint": "eslint .",
5353
"lint:fix": "eslint . --fix",
5454
"prepublishOnly": "npm run build",
55-
"release": "nr build && bumpp -r --no-push && pnpm -r publish --access public",
56-
"release:beta": "nr build && bumpp -r --no-push && pnpm -r publish --access public --tag beta",
55+
"release": "bumpp -r && nr build && pnpm -r publish --access public",
56+
"release:beta": "bumpp -r && nr build && pnpm -r publish --access public --tag beta",
5757
"dep:up": "taze -I major -r",
5858
"prepare": "simple-git-hooks",
5959
"test": "vitest",

0 commit comments

Comments
 (0)