Skip to content

Commit 9b349ef

Browse files
author
Andy Wermke
committed
Run gulp dist test on publish *only* (not on npm install)
1 parent 08d3f6a commit 9b349ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "gulp dist",
2020
"test": "gulp test",
21-
"prepublish": "gulp dist test"
21+
"prepublishOnly": "gulp dist test"
2222
},
2323
"repository": "andywer/thread.js",
2424
"bugs": {

0 commit comments

Comments
 (0)