Skip to content

Commit

Permalink
feat(cicd): added code generation step and froze lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scott181182 committed May 31, 2024
1 parent 9bb0ee9 commit aad4b12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
- name: Install Dependencies
working-directory: frontend
run: |
bun install
bun install --frozen-lockfile
- name: Code Generation
working-directory: frontend
run: |
bun predev
- name: Run ESLint
working-directory: frontend
Expand Down

0 comments on commit aad4b12

Please sign in to comment.