diff --git a/.travis.yml b/.travis.yml index 630e2413..a3ee5c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - npm prune after_success: - - npm run dist + - npm run pack branches: except: diff --git a/package.json b/package.json index f4b1f408..3dbe5f78 100644 --- a/package.json +++ b/package.json @@ -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": {