It's a npm task 😅

This commit is contained in:
Matheus Fernandes 2017-01-21 21:50:56 -02:00
parent a58517feed
commit 7a1bbf63bf
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -8,7 +8,7 @@
"lint": "xo",
"test": "npm run lint",
"prepush": "npm test",
"postinstall": "install-app-deps && rebuild-node-pty",
"postinstall": "install-app-deps && npm run rebuild-node-pty",
"rebuild-node-pty": "electron-rebuild -f -w app/node_modules/node-pty -m app",
"dist": "npm run build && cross-env BABEL_ENV=production babel --out-file app/dist/bundle.js --no-comments --minified app/dist/bundle.js && build",
"clean": "npm cache clear && rm -rf node_modules && rm -rf app/node_modules && rm -rf app/dist"