Skip to content

Commit 8744fb7

Browse files
committed
fix release scripts
1 parent eee008a commit 8744fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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": {

0 commit comments

Comments
 (0)