We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fca6eb commit 1f2fb57Copy full SHA for 1f2fb57
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "mocha",
8
"test:debug": "DEBUG='*' mocha debug",
9
- "release:patch": "set -uex; rm -rf node_modules; yarn; yarn test; git push; npm version patch; yarn publish --access public; git push; git push --tag",
+ "release:patch": "set -uex; rm -rf node_modules; yarn; yarn test; git push; npm version patch; npm publish --access public; git push; git push --tag",
10
"release:test": "set -uex; yarn test; npm version prerelease; npm publish --tag testing --access public"
11
},
12
"repository": {
0 commit comments