We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9989275 commit 5e37fc0Copy full SHA for 5e37fc0
.github/workflows/main_workflow.yml
@@ -92,6 +92,8 @@ jobs:
92
npm run build
93
- name: Build local dashboard
94
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
97
run: |
98
cd packages/tdb-dashboard
99
echo '
0 commit comments