Skip to content
Snippets Groups Projects
Commit 549a3111 authored by amasek6's avatar amasek6
Browse files

fixed npm run start

parent d98c4c45
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"lint": "run-s --continue-on-error lint:**", "lint": "run-s --continue-on-error lint:**",
"test-once": "react-scripts test --watchAll=false --coverage", "test-once": "react-scripts test --watchAll=false --coverage",
"test": "react-scripts test --watchAll --coverage", "test": "react-scripts test --watchAll --coverage",
"start": "react-scripts start", "start": "cd csce378Project && npm run start",
"build": "react-scripts build", "build": "react-scripts build",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment