Skip to content

Commit

Permalink
fix(*): added env cmdrc
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Oct 14, 2021
1 parent 34dcd25 commit c4a490f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"cors": "^2.8.5",
"dompurify": "^2.3.1",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"firebase": "^8.10.0",
Expand Down Expand Up @@ -67,6 +68,14 @@
},
"scripts": {
"start": "react-scripts start",
"start:dev": "env-cmd -e development react-scripts start",
"start:qa": "env-cmd -e testing react-scripts start",
"start:stag": "env-cmd -e staging react-scripts start",
"start:prod": "env-cmd -e production react-scripts start",
"build:dev": "env-cmd -e dev react-scripts build",
"build:qa": "env-cmd -e testing react-scripts build",
"build:qa": "env-cmd -e staging react-scripts build",
"build:prod": "env-cmd -e production react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit c4a490f

Please sign in to comment.