Skip to content

Commit

Permalink
build for production in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jun 30, 2024
1 parent 8ca3a5f commit ba10791
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
- name: Development build
run: pnpm build:dev
- name: Production build
run: pnpm build:prod

0 comments on commit ba10791

Please sign in to comment.