Skip to content

Commit

Permalink
fix env on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-dror committed Jan 2, 2025
1 parent b0dd768 commit 5748b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
/build

# misc
.env
.env.development
.env.production
.DS_Store
.env.local
.env.development.local
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "node ./configs/loadEnv.js && react-scripts start",
"build": "node ./configs/loadEnv.js && react-scripts build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node ./configs/loadEnv.js && react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 5748b77

Please sign in to comment.