Skip to content

Commit a240358

Browse files
committed
fix(github-deploy): wrong command before bun install
1 parent 4c090f2 commit a240358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- run: corepack enable
1616
- uses: oven-sh/setup-bun@v2
1717

18-
# Ensure sharp is installed/rebuilt for Linux (IPX needs correct binaries)
18+
# Ensure sharp is added for Linux (IPX needs correct binaries)
1919
- run: bun add sharp
20-
- run: bun rebuild sharp
2120

2221
- run: bun install
2322
- run: bun run build

0 commit comments

Comments
 (0)