We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8204ccd commit 7216bd6Copy full SHA for 7216bd6
package.json
@@ -35,7 +35,7 @@
35
"test:coverage": "vitest run --coverage --coverage.reporter=text",
36
"prepare": "npm run build",
37
"alpha": "npm run clean && npm ci && run-p test lint typecheck && npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
38
- "release": "npm run clean && npm ci && run-p test lint typecheck && npm version patch && npm publish && git push --tags",
+ "release": "(npm whoami || npm login) && npm run clean && npm ci && run-p test lint typecheck && npm version patch && npm publish && git push --tags",
39
"version": "pbcopy <<<$npm_package_version; vim CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
40
},
41
"files": [
0 commit comments