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

Commit 06492da

Browse files
authored
ci: fix
1 parent d2b8fb8 commit 06492da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: 9
1818
- name: Install and Build
19-
run: pnpm i & pnpm run 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)