fix: fix Chromatic script memory allocation in CI (#5299)

This commit is contained in:
Thaïs
2024-05-06 17:49:53 +02:00
committed by GitHub
parent 2c9f50ecb1
commit 16ae34dfd1

View File

@ -87,8 +87,7 @@ jobs:
touch .env
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
- name: Publish to Chromatic
run: |
npx nx run twenty-front:chromatic:ci
run: NODE_OPTIONS=--max-old-space-size=5000 npx nx run twenty-front:chromatic:ci
front-task:
runs-on: ubuntu-latest
strategy: