Skip to content

Commit

Permalink
generate sourcemap false
Browse files Browse the repository at this point in the history
  • Loading branch information
anish29292 committed Jan 17, 2023
1 parent be4d093 commit 9cf6759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"start": "react-scripts 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",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "GENERATE_SOURCEMAP=false react-scripts test a --watchAll=false",
"test-interactive": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn run lint:js ; yarn run lint:css",
Expand Down

0 comments on commit 9cf6759

Please sign in to comment.