Skip to content

Commit

Permalink
package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anish29292 committed Jan 20, 2023
1 parent 4a2823c commit beee82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lab-job-scheduler/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"stylelint-config-standard": "^20.0.0"
},
"scripts": {
"start": "rGENERATE_SOURCEMAP=false eact-scripts start",
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"start-debug": "GENERATE_SOURCEMAP=false REACT_APP_CONTAXY_ENDPOINT=http://localhost:30010/api REACT_APP_EXTENSION_ENDPOINT=http://localhost:8080/ 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": "GENERATE_SOURCEMAP=false react-scripts build",
Expand Down

0 comments on commit beee82f

Please sign in to comment.