Skip to content

Commit 3eaa9c2

Browse files
authored
Merge pull request paritytech#4 from ngotchac/patch-1
Use prepublishOnly instead of prepublish
2 parents b570648 + 38a51cc commit 3eaa9c2

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
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"test": "npm run compile && mocha --compilers js:babel-core/register --reporter spec",
1313
"compile": "babel --presets es2015 -d lib/ src/",
14-
"prepublish": "../oo7/prepublish.sh && npm run compile",
14+
"prepublishOnly": "../oo7/prepublish.sh && npm run compile",
1515
"postpublish": "../oo7/postpublish.sh"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)