We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a07824 commit b163163Copy full SHA for b163163
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"compile": "babel src --out-dir lib",
8
- "prepublish": "in-publish && npm run -s build || in-install",
+ "prepublish": "in-publish && npm run -s compile || in-install",
9
"test": "mocha --compilers js:babel-core/register"
10
},
11
"engines": {
0 commit comments