Skip to content

Commit 85d08a0

Browse files
committed
Use prepublishOnly
1 parent 77d77f7 commit 85d08a0

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
@@ -25,7 +25,7 @@
2525
"bump": "gulp bump",
2626
"test": "nyc mocha",
2727
"watch": "nodemon --exec \"mocha\"",
28-
"prepublish": "npm run build && npm run build-dist",
28+
"prepublishOnly": "npm run build && npm run build-dist",
2929
"cover-report": "open coverage/lcov-report/index.html",
3030
"cover-publish": "nyc mocha && codeclimate < coverage/lcov.info"
3131
},

0 commit comments

Comments
 (0)