We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc24c9 commit 9cc484eCopy full SHA for 9cc484e
packages/library/package.json
@@ -14,7 +14,7 @@
14
"build": "webpack --env environment=PROD",
15
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
16
"test:debug": "NODE_OPTIONS=--experimental-vm-modules node --inspect-brk ../../node_modules/.bin/jest",
17
- "release": "npm run build && commit-and-tag-version && git push --follow-tags && bash ../../scripts/publish.sh"
+ "release": "npm run build && commit-and-tag-version --commit-all && git push --follow-tags && bash ../../scripts/publish.sh"
18
},
19
"keywords": [],
20
"commit-and-tag-version": {
0 commit comments