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 3333 "test:coverage" : " vitest run --coverage --coverage.reporter=text" ,
3434 "prepublishOnly" : " npm run clean && npm run build" ,
3535 "preversion" : " npm run clean && npm ci && npm run build && run-p test lint typecheck" ,
36- "alpha" : " npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags" ,
37- "release" : " npm version patch && npm publish && git push --tags && git push" ,
36+ "alpha" : " npm version prerelease --preid alpha && npm publish --tag alpha && git push --follow- tags" ,
37+ "release" : " npm version patch && npm publish && git push --follow- tags && git push" ,
3838 "version" : " vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
3939 },
4040 "files" : [
You can’t perform that action at this time.
0 commit comments