Skip to content

Commit b163163

Browse files
committed
publisher fix
1 parent 1a07824 commit b163163

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"compile": "babel src --out-dir lib",
8-
"prepublish": "in-publish && npm run -s build || in-install",
8+
"prepublish": "in-publish && npm run -s compile || in-install",
99
"test": "mocha --compilers js:babel-core/register"
1010
},
1111
"engines": {

0 commit comments

Comments
 (0)