Skip to content

Commit 9680f00

Browse files
committedNov 15, 2023
CI: Ensure Wasm packaging test uses Wasm package
1 parent 0b0ebfe commit 9680f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
emmake npm run package-from-local-build
186186
npm pkg set "optionalDependencies.@img/sharp-wasm32=file:./npm/wasm32"
187187
npm run clean
188+
rm -r node_modules/@img/sharp-linux-x64
188189
npm install --cpu=wasm32
189190
npm test
190191
- name: Prebuild

0 commit comments

Comments
 (0)
Please sign in to comment.