Skip to content

Commit ede213a

Browse files
committed
Rename unit test command
1 parent fa783ca commit ede213a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

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

0 commit comments

Comments
 (0)