mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
remove dist task which doesn't minify
This commit is contained in:
parent
3d4fbabf3b
commit
2094765bf0
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ before_script:
|
||||||
- npm prune
|
- npm prune
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- npm run dist
|
- npm run pack
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
"prepush": "npm test",
|
"prepush": "npm test",
|
||||||
"postinstall": "install-app-deps",
|
"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",
|
"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"
|
"clean": "npm cache clear && rm -rf node_modules && rm -rf app/node_modules && rm -rf app/dist"
|
||||||
},
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue