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 1220aa0 commit 17d3b84Copy full SHA for 17d3b84
frontend/package.json
@@ -10,7 +10,7 @@
10
"start": "react-scripts start",
11
"start:dev": "env-cmd -f .env.development react-scripts start",
12
"build": "env-cmd -f .env.production react-scripts build",
13
- "test": "react-scripts test",
+ "test": "env-cmd -f .env.development react-scripts test",
14
"eject": "react-scripts eject",
15
"electron": "electron .",
16
"electron:dev": "concurrently 'npm run start:dev' 'wait-on http://localhost:3000 && electron .'",
0 commit comments