Skip to content

Commit

Permalink
Force install right watcher for arm64 macos install as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Nov 20, 2023
1 parent 4983eec commit d32a2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
name: Install GDevelop IDE dependencies
command: cd newIDE/app && npm install && cd ../electron-app && npm install

- run:
name: Force install parcel watcher
command: cd newIDE/app/electron-app/app && npm install @parcel/[email protected]

- save_cache:
paths:
- newIDE/electron-app/node_modules
Expand Down

0 comments on commit d32a2b5

Please sign in to comment.