From 1a6fa34411c96069c2bab160d183b7186e4a02d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Commaret?= Date: Sun, 18 Jan 2026 16:36:42 +0100 Subject: [PATCH] Add gulp watch and monaco.d.ts generation wait to macOS ARM64 build --- .github/workflows/build-darwin-arm64.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-darwin-arm64.yml b/.github/workflows/build-darwin-arm64.yml index 3ea59233..b924b68b 100644 --- a/.github/workflows/build-darwin-arm64.yml +++ b/.github/workflows/build-darwin-arm64.yml @@ -27,6 +27,14 @@ jobs: - name: Install stable TypeScript version run: npm install typescript@5.4.5 --save-dev + - name: Start gulp watch in background + run: npm run gulp watch & + env: + NODE_ENV: development + + - name: Wait for monaco.d.ts to be generated + run: sleep 180 + - name: Build React run: npm run buildreact