We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c090f2 commit a240358Copy full SHA for a240358
.github/workflows/deploy.yml
@@ -15,9 +15,8 @@ jobs:
15
- run: corepack enable
16
- uses: oven-sh/setup-bun@v2
17
18
- # Ensure sharp is installed/rebuilt for Linux (IPX needs correct binaries)
+ # Ensure sharp is added for Linux (IPX needs correct binaries)
19
- run: bun add sharp
20
- - run: bun rebuild sharp
21
22
- run: bun install
23
- run: bun run build
0 commit comments