We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f19275 commit 625dad6Copy full SHA for 625dad6
.github/workflows/checks.yml
@@ -22,7 +22,7 @@ jobs:
22
# Increase memory to avoid heap error
23
# https://github.com/vitejs/vite/issues/2433
24
NODE_OPTIONS: '--max-old-space-size=8192'
25
- run: npm run build:witChunkSizeCheck
+ run: npm run build
26
27
Lint:
28
runs-on: ubuntu-latest
0 commit comments