Skip to content

Commit

Permalink
start:react builds dependencies before starting dashboard, start just…
Browse files Browse the repository at this point in the history
… runs the concurrently command (#779)

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
(cherry picked from commit 34c69c5)
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Sep 20, 2023
1 parent b2e073f commit 2be0c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "pnpm run --filter {.}^... build && concurrently npm:start:rmf-server npm:start:react",
"start": "concurrently npm:start:rmf-server npm:start:react",
"start:sim": "concurrently npm:start:rmf-server npm:start:rmf npm:start:react",
"start:clinic": "RMF_DASHBOARD_DEMO_MAP=clinic.launch.xml pnpm run start:sim",
"start:airport": "RMF_DASHBOARD_DEMO_MAP=airport_terminal.launch.xml pnpm run start:sim",
"start:react": "react-scripts start",
"start:react": "pnpm run --filter {.}^... build && react-scripts start",
"start:rmf": "node scripts/start-rmf.js",
"start:rmf-server": "RMF_SERVER_USE_SIM_TIME=true npm --prefix ../api-server start",
"start:rmf-server:psql": "RMF_SERVER_USE_SIM_TIME=true npm run --prefix ../api-server start:psql",
Expand Down

0 comments on commit 2be0c73

Please sign in to comment.