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.
npm start
1 parent 82de3f7 commit b7b405cCopy full SHA for b7b405c
package.json
@@ -9,7 +9,8 @@
9
"react-scripts": "^3.0.0"
10
},
11
"scripts": {
12
- "start": "react-scripts start",
+ "start": "run-p start:**",
13
+ "start:app": "react-scripts start",
14
"start:lambda": "netlify-lambda serve src/lambda",
15
"build": "run-p build:**",
16
"build:app": "react-scripts build",
0 commit comments