Skip to content

Commit 9989275

Browse files
committed
build document-ui before dashboard
1 parent 69027a2 commit 9989275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
npm run build
2626
- name: Build
2727
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }}
28+
env:
29+
NODE_OPTIONS: --max_old_space_size=4096
2830
run: |
2931
cd packages/tdb-dashboard
3032
echo '
@@ -39,6 +41,8 @@ jobs:
3941
npm run build-terminusx
4042
- name: Build prod
4143
if: startsWith(github.ref, 'refs/tags/v')
44+
env:
45+
NODE_OPTIONS: --max_old_space_size=4096
4246
run: |
4347
cd packages/tdb-dashboard
4448
echo '

0 commit comments

Comments
 (0)