Skip to content

Commit

Permalink
dashboard, revert env in minimal rmf, user DOTENV_CONFIG_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 18, 2024
1 parent 2208678 commit ec7faa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/minimal-rmf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM $BASE_IMAGE
ARG BRANCH=main
ARG ROS_DISTRO=jazzy

ENV REACT_APP_TRAJECTORY_SERVER=ws://localhost:8006

### build minimal rmf

RUN apt update && apt install -y curl
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start:rmf-server:psql": "RMF_SERVER_USE_SIM_TIME=true npm run --prefix ../api-server start:psql",
"start:sim": "concurrently npm:start:rmf-server npm:start:rmf npm:start:react",
"storybook": "storybook dev -p 6006",
"test": "jest --watch",
"test:coverage": "jest --coverage",
"test": "DOTENV_CONFIG_PATH=./.env jest --watch",
"test:coverage": "DOTENV_CONFIG_PATH=./.env jest --coverage",
"test:e2e": "cd e2e && npm test",
"test:e2e:dev": "cd e2e && pnpm run test:dev"
},
Expand Down

0 comments on commit ec7faa4

Please sign in to comment.