Skip to content

Commit 2ceec03

Browse files
changed the start script
1 parent 4ba61b9 commit 2ceec03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
"scripts": {
5555
"lambda-serve": "netlify-lambda serve netlify-functions",
5656
"heroku-postbuild": "npm run build",
57-
"start:app": "serve -s build -l 3000",
58-
"start:server": "netlify-lambda serve netlify-functions",
5957
"start": "netlify-lambda serve netlify-functions & serve -s build -l 3000",
6058
"prebuild": "netlify-lambda build netlify-functions",
6159
"build": "CI=false && set \"CI=false\" && react-scripts build",

0 commit comments

Comments
 (0)