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

Commit 78c8573

Browse files
authored
ci: build in github action
1 parent 81e01b7 commit 78c8573

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
- uses: pnpm/action-setup@v3
1616
with:
1717
version: 9
18+
- name: Build
19+
run: pnpm run build
1820
- name: Install Vercel CLI
1921
run: npm install --global vercel@canary
2022
- name: Pull Vercel Environment Information
2123
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
2224
- name: Build Project Artifacts
2325
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
2426
- name: Deploy Project Artifacts to Vercel
25-
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
27+
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)