File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 "prebuild" : " npm run clean" ,
2222 "build" : " rollup -c rollup.config.ts" ,
2323 "build-storybook" : " storybook build -o docs-build" ,
24- "release:patch" : " 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" ,
25- "release:minor" : " git checkout master && git pull && npm run test && npm run ts && npm run build && npm version minor && git add -A && git push && git push --tags && npm publish" ,
26- "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" ,
24+ "release:patch" : " git checkout master && git pull && npm run test:unit && npm run ts && npm run build && npm version patch && git add -A && git push && git push --tags && npm publish" ,
25+ "release:minor" : " git checkout master && git pull && npm run test:unit && npm run ts && npm run build && npm version minor && git add -A && git push && git push --tags && npm publish" ,
26+ "release:major" : " git checkout master && git pull && npm run test:unit && npm run ts && npm run build && npm version major && git add -A && git push && git push --tags && npm publish" ,
2727 "clean" : " rimraf dist dist-commonjs types"
2828 },
2929 "repository" : {
You can’t perform that action at this time.
0 commit comments