This commit is contained in:
Guillermo Rauch 2016-10-05 11:00:25 -07:00
parent 7d1da3c1d9
commit 420fad0d07

View file

@ -110,7 +110,6 @@
"dev": "webpack -w",
"build": "NODE_ENV=production webpack",
"test": "npm run dist && xo && ava",
"prepublish": "npm test",
"prepush": "npm test",
"postinstall": "install-app-deps",
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",