remove dist task which doesn't minify

This commit is contained in:
Guillermo Rauch 2017-01-12 11:56:01 -08:00
parent 3d4fbabf3b
commit 2094765bf0
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ before_script:
- npm prune
after_success:
- npm run dist
- npm run pack
branches:
except:

View file

@ -10,7 +10,6 @@
"prepush": "npm test",
"postinstall": "install-app-deps",
"pack": "npm run build && build --dir && cross-env BABEL_ENV=production babel --out-file app/dist/bundle.js --no-comments --minified app/dist/bundle.js",
"dist": "npm run build && build",
"clean": "npm cache clear && rm -rf node_modules && rm -rf app/node_modules && rm -rf app/dist"
},
"xo": {