Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
senuravihanjayadeva committed Dec 9, 2021
1 parent 2ae2105 commit d4bf418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .env.production

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

# misc
.DS_Store
.env.development
env.production
.env

npm-debug.log*
yarn-debug.log*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start:local": "cross-env REACT_APP_ENV=local env-cmd -f .env.development react-scripts start",
"start": "cross-env REACT_APP_ENV=production env-cmd -f .env.production serve -s build",
"start:local": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit d4bf418

Please sign in to comment.