Skip to content

Commit

Permalink
chore: add build step in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
SeojinSeojin committed Oct 10, 2023
1 parent 62d88f3 commit fe56e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:

- name: Check code style
run: pnpm run lint

- name: Build project
run: pnpm run build
env:
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
NEXT_PUBLIC_AMPLITUDE_API_KEY: ${{ secrets.NEXT_PUBLIC_AMPLITUDE_API_KEY }}

0 comments on commit fe56e66

Please sign in to comment.