mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
sanity restored
This commit is contained in:
parent
fcd56b596a
commit
e1a861659d
2 changed files with 1 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ brew cask install hyper
|
|||
To make sure that your code works in the finished application, you can generate the binaries like this:
|
||||
|
||||
```bash
|
||||
$ npm run pack
|
||||
npm run dist
|
||||
```
|
||||
|
||||
After that, you'll see the binary in the `./dist` folder!
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
"test": "npm run lint",
|
||||
"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 && cross-env BABEL_ENV=production babel --out-file app/dist/bundle.js --no-comments --minified app/dist/bundle.js && build",
|
||||
"clean": "npm cache clear && rm -rf node_modules && rm -rf app/node_modules && rm -rf app/dist"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue