Add script to atom-commons

This commit is contained in:
BoykoAlex
2017-08-04 19:35:34 -04:00
parent 23d6ecef4c
commit bb5e51946c

View File

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