Update deploy-to-s3.yml (#1338)

This commit is contained in:
Ruben Fiszel
2023-03-29 20:31:09 +02:00
committed by GitHub
parent fccb3d8088
commit 2b09fead4f

View File

@@ -20,7 +20,7 @@ jobs:
with:
node-version: 18
- name: "npm build"
timeout-minutes: 5
timeout-minutes: 15
run:
cd frontend && npm ci && npm run generate-backend-client &&
NODE_OPTIONS="--max-old-space-size=8192" npm run build