Skip to content

Commit

Permalink
Use react-components as a module instead
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Oct 11, 2023
1 parent c4a77f1 commit 90d5149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: apt update && apt install -y python3-venv python-is-python3
- name: bootstrap
env:
NODE_OPTIONS: '--max_old_space_size=4096 --experimental-vm-modules'
NODE_OPTIONS: '--max_old_space_size=4096'
uses: ./.github/actions/bootstrap
with:
package: rmf-dashboard
Expand Down
3 changes: 2 additions & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
"react-grid-layout": "^1.3.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
},
"type": "module"
}

0 comments on commit 90d5149

Please sign in to comment.