Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit d2b8fb8

Browse files
authored
ci: fix
1 parent 78c8573 commit d2b8fb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: pnpm/action-setup@v3
1616
with:
1717
version: 9
18-
- name: Build
19-
run: pnpm run build
18+
- name: Install and Build
19+
run: pnpm i & pnpm run build
2020
- name: Install Vercel CLI
2121
run: npm install --global vercel@canary
2222
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)