File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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" : " cross-env NODE_ENV=development electron ." ,
11
- "electronProd " : " electron ." ,
10
+ "electron" : " electron ." ,
11
+ "electronTest " : " cross-env NODE_ENV=devleopment electron ." ,
12
12
"electron:wsl" : " electron . --no-sandbox" ,
13
13
"test" : " jest ./__tests__2022/*" ,
14
14
"test:watch" : " jest --watch" ,
15
15
"test:electron" : " jest --detectOpenHandles ./__tests__/electron/*" ,
16
16
"test:app" : " jest ./__tests__/app/*" ,
17
- "both" : " npm run start & sleep 5 && npm run electron " ,
17
+ "both" : " npm run start & sleep 5 && npm run electronTest " ,
18
18
"both:wsl" : " npm run start & sleep 5 && npm run electron:wsl" ,
19
19
"both:tsc" : " nodemon --watch ./app & npm run start & sleep 5 && npm run electron" ,
20
20
"both:dev" : " npm run start & nodemon --watch ./electron --exec 'npm run electron'" ,
You can’t perform that action at this time.
0 commit comments