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 19
19
"prebuild" : " npm run clean" ,
20
20
"build" : " rollup -c rollup.config.ts" ,
21
21
"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" ,
24
24
"clean" : " rimraf dist dist-commonjs types"
25
25
},
26
26
"repository" : {
You can’t perform that action at this time.
0 commit comments