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 77d77f7 commit 85d08a0Copy full SHA for 85d08a0
package.json
@@ -25,7 +25,7 @@
25
"bump": "gulp bump",
26
"test": "nyc mocha",
27
"watch": "nodemon --exec \"mocha\"",
28
- "prepublish": "npm run build && npm run build-dist",
+ "prepublishOnly": "npm run build && npm run build-dist",
29
"cover-report": "open coverage/lcov-report/index.html",
30
"cover-publish": "nyc mocha && codeclimate < coverage/lcov.info"
31
},
0 commit comments