Skip to content

Commit

Permalink
Merge pull request #1 from ms-club-sliit/feature/HerokuDeploy
Browse files Browse the repository at this point in the history
Setup Heroku Deployment
  • Loading branch information
rusiruavb authored Dec 9, 2021
2 parents c23a145 + d4bf418 commit 823b4c9
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 12 deletions.
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
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"react-scripts": "4.0.3",
"redux": "^4.1.2",
"redux-promise-middleware": "^6.1.2",
"serve": "^13.0.2",
"typescript": "^4.1.2",
"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 react-scripts start",
"start:local": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 823b4c9

Please sign in to comment.