Skip to content

Commit 9043b06

Browse files
committed
🧹 chore(ci): add build command
1 parent a2c2f21 commit 9043b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: oven-sh/setup-bun@v2
1515
with:
1616
bun-version: latest
17+
- run: bun install
18+
- run: bun run build
1719
- name: Deploy
1820
uses: cloudflare/wrangler-action@v3
1921
with:

0 commit comments

Comments
 (0)