Skip to content

Commit b7b405c

Browse files
Start entire app using npm start
1 parent 82de3f7 commit b7b405c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"react-scripts": "^3.0.0"
1010
},
1111
"scripts": {
12-
"start": "react-scripts start",
12+
"start": "run-p start:**",
13+
"start:app": "react-scripts start",
1314
"start:lambda": "netlify-lambda serve src/lambda",
1415
"build": "run-p build:**",
1516
"build:app": "react-scripts build",

0 commit comments

Comments
 (0)