Skip to content

Commit c04b89d

Browse files
committed
adjust the run start to run start:electron
1 parent af1deb9 commit c04b89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"backend-test": "npx jest --config __backend-tests__/jest.config.js --verbose",
9494
"start:selenium": "node e2e/seleniumTest.js",
9595
"start:e2e": "npm run dev:electron & npm run start:selenium",
96-
"start": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\""
96+
"start:electron": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\""
9797
},
9898
"repository": {
9999
"type": "git",

0 commit comments

Comments
 (0)