Skip to content

Commit 5e37fc0

Browse files
committed
build document-ui before dashboard
1 parent 9989275 commit 5e37fc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
npm run build
9393
- name: Build local dashboard
9494
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
95+
env:
96+
NODE_OPTIONS: --max_old_space_size=4096
9597
run: |
9698
cd packages/tdb-dashboard
9799
echo '

0 commit comments

Comments
 (0)