mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Make sure to rebuild node-pty after installing it
This commit is contained in:
parent
40d5c2fbe0
commit
a58517feed
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"lint": "xo",
|
||||
"test": "npm run lint",
|
||||
"prepush": "npm test",
|
||||
"postinstall": "install-app-deps",
|
||||
"postinstall": "install-app-deps && rebuild-node-pty",
|
||||
"rebuild-node-pty": "electron-rebuild -f -w app/node_modules/node-pty -m app",
|
||||
"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