We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c638 commit 511488bCopy full SHA for 511488b
package.json
@@ -52,8 +52,8 @@
52
"lint": "eslint .",
53
"lint:fix": "eslint . --fix",
54
"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",
+ "release": "bumpp -r && nr build && pnpm -r publish --access public",
+ "release:beta": "bumpp -r && nr build && pnpm -r publish --access public --tag beta",
57
"dep:up": "taze -I major -r",
58
"prepare": "simple-git-hooks",
59
"test": "vitest",
0 commit comments