Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anish29292 committed Jan 17, 2023
1 parent bc0ec13 commit ef157d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/lab-mlflow-manager/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"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",
"test": "GENERATE_SOURCEMAP=false react-scripts test a --watchAll=false --passWithNoTests",
"test": "react-scripts test a --watchAll=false --passWithNoTests",
"test-interactive": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn run lint:js ; yarn run lint:css",
Expand Down
2 changes: 1 addition & 1 deletion components/lab-workspace-manager/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"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",
"test": "GENERATE_SOURCEMAP=false react-scripts test a --watchAll=false",
"test": "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
2 changes: 1 addition & 1 deletion components/template/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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 --openssl-legacy-provider build",
"test": "GENERATE_SOURCEMAP=false react-scripts test a --watchAll=false",
"test": "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
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"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": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "GENERATE_SOURCEMAP=false react-scripts test a --watchAll=false",
"test": "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 ef157d7

Please sign in to comment.