Skip to content

Commit 0a8205b

Browse files
MaxWeisenJIB3377mhmaidi789dieunity
committed
Made install-once script work for both windows and mac
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 637c9e9 commit 0a8205b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"linux": {
1717
"target": [
18-
"deb"
18+
"deb"
1919
],
2020
"maintainer": "team spearmint"
21-
}
21+
}
2222
},
2323
"main": "public/electron.js",
2424
"homepage": "./",
@@ -54,6 +54,7 @@
5454
"xterm-for-react": "^1.0.4"
5555
},
5656
"scripts": {
57+
"install-once": "concurrently \"npm i\" \"npm run electron-rebuild\"",
5758
"test": "react-app-rewired test --env=jsdom",
5859
"test:e2e": "./node_modules/mocha/bin/mocha src/__tests__/spec.e2e.js",
5960
"test:integra": "mocha src/__tests__/spec.integra.js",

0 commit comments

Comments
 (0)