We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ae3c5 commit 214bd88Copy full SHA for 214bd88
package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint . && prettier -c src test examples",
24
"lint:fix": "automd && eslint --fix . && prettier -w src test examples",
25
"prepack": "pnpm unbuild",
26
- "release": "pnpm test && changelogen --release --prerelease --publish --publishTag rc && git push --follow-tags",
+ "release": "pnpm test && changelogen --release --publish && git push --follow-tags",
27
"stub": "pnpm unbuild --stub",
28
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
29
"test:types": "tsc --noEmit",
0 commit comments