We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a751af4 commit bed9c1eCopy full SHA for bed9c1e
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "babel src -d build",
8
- "release": "npm run build && npm patch version && npm publish",
+ "release": "npm run build || npm patch version || npm publish",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"repository": {
0 commit comments