Skip to content

Commit

Permalink
fix: cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
squxq committed Nov 6, 2023
1 parent 9d74398 commit d47a139
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ jobs:
- name: Install npm Modules
run: yarn install

- name: Build Frontend
run: yarn build
- name: Lint
run: yarn lint

- name: Prettier
run: yarn prettier

- name: Type Check
run: yarn typecheck

0 comments on commit d47a139

Please sign in to comment.