We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1deb9 commit c04b89dCopy full SHA for c04b89d
1 file changed
package.json
@@ -93,7 +93,7 @@
93
"backend-test": "npx jest --config __backend-tests__/jest.config.js --verbose",
94
"start:selenium": "node e2e/seleniumTest.js",
95
"start:e2e": "npm run dev:electron & npm run start:selenium",
96
- "start": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\""
+ "start:electron": "concurrently \"npm:build\" \"npm:dev:app\" \"npm:dev:electron\""
97
},
98
"repository": {
99
"type": "git",
0 commit comments