File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 "test:coverage" : " vitest run --coverage --coverage.reporter=text" ,
3131 "prepublishOnly" : " npm run build" ,
3232 "preversion" : " npm run clean && npm ci && npm run build && run-p test lint typecheck" ,
33- "alpha" : " npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags" ,
34- "release" : " npm version patch && npm publish && git push --tags && git push " ,
33+ "alpha" : " npm version prerelease --preid alpha && npm publish --tag alpha && git push --follow- tags" ,
34+ "release" : " npm version patch && npm publish && git push --follow- tags" ,
3535 "version" : " vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3636 },
3737 "files" : [
You can’t perform that action at this time.
0 commit comments