mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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
|
||||
|
||||
after_success:
|
||||
- npm run dist
|
||||
- npm run pack
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue