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 1919 "prebuild" : " npm run clean" ,
2020 "build" : " rollup -c rollup.config.ts" ,
2121 "build-storybook" : " build-storybook -o docs-build" ,
22- "release:minor" : " git checkout master && git pull && npm run test && npm run ts && npm run build && npm version patch && git add -A && git push && git push --tags && npm publish" ,
23- "release:major" : " git checkout master && git pull && npm run test && npm run ts && npm run build && npm version major && git add -A && git push && git push --tags && npm publish" ,
22+ "release:minor" : " git checkout v3 && git pull && npm run test && npm run ts && npm run build && npm version patch && git add -A && git push && git push --tags && npm publish" ,
23+ "release:major" : " git checkout v3 && git pull && npm run test && npm run ts && npm run build && npm version major && git add -A && git push && git push --tags && npm publish" ,
2424 "clean" : " rimraf dist dist-commonjs types"
2525 },
2626 "repository" : {
You can’t perform that action at this time.
0 commit comments