mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Add gulp watch and monaco.d.ts generation wait to macOS ARM64 build
This commit is contained in:
parent
ca71318851
commit
1a6fa34411
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build-darwin-arm64.yml
vendored
8
.github/workflows/build-darwin-arm64.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue