Skip to content

Commit e52f3a6

Browse files
authored
Update package.json
1 parent 91b78d7 commit e52f3a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"react-scripts": "^3.0.0"
1010
},
1111
"scripts": {
12-
"start": "npm-run-all --parallel start:app start:lambda",
13-
"start:app": "react-scripts start",
12+
"start": "react-scripts start",
1413
"start:lambda": "netlify-lambda serve src/lambda",
1514
"build": "run-p build:**",
1615
"build:app": "react-scripts build",

0 commit comments

Comments
 (0)