File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
"build" : " webpack" ,
8
8
"start" : " webpack serve" ,
9
9
"nodemon" : " nodemon server/server.js" ,
10
- "electron" : " electron . --no-sandbox" ,
10
+ "electron" : " electron ." ,
11
+ "electron:wsl" : " electron . --no-sandbox" ,
11
12
"test" : " jest" ,
12
13
"test:watch" : " jest --watch" ,
13
14
"test:electron" : " jest --detectOpenHandles ./__tests__/electron/*" ,
14
15
"test:app" : " jest ./__tests__/app/*" ,
15
16
"both" : " npm run start & sleep 5 && npm run electron" ,
17
+ "both:wsl" : " npm run start & sleep 5 && npm run electron:wsl" ,
16
18
"both:tsc" : " nodemon --watch ./app & npm run start & sleep 5 && npm run electron" ,
17
19
"both:dev" : " npm run start & nodemon --watch ./electron --exec 'npm run electron'" ,
18
20
"package-mac" : " electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds" ,
You can’t perform that action at this time.
0 commit comments