Skip to content

Commit

Permalink
Merge pull request #725 from culturecreates/enhancement/docker
Browse files Browse the repository at this point in the history
Updated start script in package.json
  • Loading branch information
sahalali authored Oct 26, 2023
2 parents 5831da8 + adbe709 commit 3023e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "env-cmd -f .env.staging react-scripts start",
"start": "react-scripts start",
"start:develop": "env-cmd -f .env.develop react-scripts start",
"start:staging": "env-cmd -f .env.staging react-scripts start",
"start:production": "env-cmd -f .env.production react-scripts start",
Expand Down

0 comments on commit 3023e0a

Please sign in to comment.