Skip to content

Commit

Permalink
build: release shell
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 20, 2023
1 parent 85b6d52 commit 164ab7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run build",
"release": "bumpp -r",
"release": "nr build && bumpp -r --no-push && pnpm -r publish --access public",
"release:beta": "nr build && bumpp -r --no-push && pnpm -r publish --access public --tag beta",
"dep:up": "taze -I major -r",
"prepare": "simple-git-hooks",
"test": "vitest",
Expand Down

0 comments on commit 164ab7a

Please sign in to comment.