Skip to content

Commit

Permalink
Install cross-env and use it to start the app using the port 3010
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmro committed Dec 9, 2020
1 parent 16984c8 commit e4f6665
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
46 changes: 46 additions & 0 deletions phs-gdc-dashboard/package-lock.json

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

3 changes: 2 additions & 1 deletion phs-gdc-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@testing-library/user-event": "^12.2.0",
"cross-env": "^7.0.3",
"fontsource-roboto": "^3.0.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand All @@ -17,7 +18,7 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"start": "cross-env PORT=3010 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down

0 comments on commit e4f6665

Please sign in to comment.