Skip to content

Commit ca86edb

Browse files
committed
Updated package json for readability
1 parent 17ea16c commit ca86edb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"build": "webpack",
88
"start": "webpack serve",
99
"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 .",
1212
"electron:wsl": "electron . --no-sandbox",
1313
"test": "jest ./__tests__2022/*",
1414
"test:watch": "jest --watch",
1515
"test:electron": "jest --detectOpenHandles ./__tests__/electron/*",
1616
"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",
1818
"both:wsl": "npm run start & sleep 5 && npm run electron:wsl",
1919
"both:tsc": "nodemon --watch ./app & npm run start & sleep 5 && npm run electron",
2020
"both:dev": "npm run start & nodemon --watch ./electron --exec 'npm run electron'",

0 commit comments

Comments
 (0)