We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0e32a commit 1bcf97dCopy full SHA for 1bcf97d
1 file changed
package.json
@@ -22,7 +22,7 @@
22
"typescript": "^4.5.4"
23
},
24
"scripts": {
25
- "start": "concurrently \"yarn start-frontend\" \"yarn start-api\"",
+ "start": "concurrently \"npm run start-frontend\" \"npm run start-api\"",
26
"build": "react-scripts build",
27
"test": "react-scripts test --env=jsdom",
28
"eject": "react-scripts eject",
@@ -35,4 +35,4 @@
35
"not ie <= 11",
36
"not op_mini all"
37
]
38
-}
+}
0 commit comments