Skip to content

Commit

Permalink
chore: Fix order, run publint after build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed May 20, 2024
1 parent afa067a commit 6da5b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm publint
- run: pnpm test
- run: pnpm run build
- run: pnpm publint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm publint
- run: pnpm run test
- run: pnpm run build
- run: pnpm publint
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6da5b7f

Please sign in to comment.