Correct prepublish for the latest version of postinstall-build

This commit is contained in:
BoykoAlex
2017-11-24 00:47:54 -05:00
parent e914017909
commit 32783763b2

View File

@@ -19,7 +19,7 @@
"clean": "rm -rf build",
"compile": "babel lib --out-dir build/lib",
"postinstall": "postinstall-build --only-as-dependency build \"npm run compile\"",
"prepublish": "npm run clean && npm run compile",
"prepublish": "npm run compile",
"watch": "babel lib --out-dir build/lib -w"
},
"atomTranspilers": [