Skip to content

Commit 1f2fb57

Browse files
committed
stay with npm for publishing this version
1 parent 1fca6eb commit 1f2fb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "mocha",
88
"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",
9+
"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",
1010
"release:test": "set -uex; yarn test; npm version prerelease; npm publish --tag testing --access public"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)