Skip to content

Commit

Permalink
fix error while starting app
Browse files Browse the repository at this point in the history
  • Loading branch information
anish29292 committed Jan 17, 2023
1 parent 905091d commit be4d093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"scripts": {
"start": "react-scripts start",
"start-debug": "REACT_APP_ENDPOINT=http://localhost:30010/api yarn start",
"start-debug": "GENERATE_SOURCEMAP=false REACT_APP_ENDPOINT=http://localhost:30010/api yarn start",
"container": "run(){ docker build -t project-template-dev ../.github/actions/build-environment && echo 'Starting the container. That can take a moment...' && docker run -it --rm -p 3000:3000 -p 6006:6006 -v $(pwd):/workspace:delegated --entrypoint \"/bin/bash\" project-template-dev -c \"cd workspace/ && yarn $1\"; }; run",
"build": "react-scripts build",
"test": "react-scripts test a --watchAll=false",
Expand Down

0 comments on commit be4d093

Please sign in to comment.