Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Mar 18, 2024
1 parent 18263ae commit 3979168
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,14 @@ jobs:
nvm install 18.0.0
nvm alias default 18.0.0
nvm use 18.0.0
choco install yarn -y
pip install setuptools
npm install -g yarn
- run:
name: Rebuild packages for windows
command: npm rebuild sharp && yarn
name: Clear out sharp
command: |
Remove-Item -Recurse -Force -Path "node_modules/sharp/"
shell: powershell.exe
- run:
command: yarn
- run:
command: mkdir -p /tmp/e2e-tests/
- run:
Expand Down

0 comments on commit 3979168

Please sign in to comment.