Skip to content

Commit 4a2df82

Browse files
MaxWeisenJIB3377mhmaidi789dieunity
committed
Changed install-once script to use &&
Co-authored-by: Justin Baik <bij3377@gmail.com> Co-authored-by: Max Weisenberger <germanbluemax@gmail.com> Co-authored-by: Mo Hmaidi <mhmaidi789@gmail.com> Co-authored-by: Dieu Huynh <dieuhhuynh@gmail.com>
1 parent 4b7bcb0 commit 4a2df82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"xterm-for-react": "^1.0.4"
5858
},
5959
"scripts": {
60-
"install-once": "concurrently \"npm i\" \"npm run electron-rebuild\"",
60+
"install-once": "npm i && npm run electron-rebuild",
6161
"test": "react-app-rewired test --env=jsdom",
6262
"test:e2e": "./node_modules/mocha/bin/mocha src/__tests__/spec.e2e.js",
6363
"test:integra": "mocha src/__tests__/spec.integra.js",

0 commit comments

Comments
 (0)