We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcad38d commit 4fcb420Copy full SHA for 4fcb420
package.json
@@ -57,7 +57,7 @@
57
"xterm-for-react": "^1.0.4"
58
},
59
"scripts": {
60
- "install-once": "concurrently \"npm i\" \"npm run electron-rebuild\"",
+ "install-once": "npm i && npm run electron-rebuild",
61
"test": "react-app-rewired test --env=jsdom",
62
"test:e2e": "./node_modules/mocha/bin/mocha src/__tests__/spec.e2e.js",
63
"test:integra": "mocha src/__tests__/spec.integra.js",
0 commit comments