Skip to content

Commit

Permalink
ci(workflow): run build before publint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi authored Aug 22, 2023
1 parent e09c13d commit ca50adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/check-quality/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ runs:
run: pnpm lint

- shell: bash
run: pnpm publint
run: pnpm build

- shell: bash
run: pnpm build
run: pnpm publint

- shell: bash
run: pnpm test:ci

0 comments on commit ca50adf

Please sign in to comment.