Skip to content

Commit

Permalink
install needs to run before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Mar 31, 2024
1 parent 5f5a1f8 commit 9731ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
node-version: 20
cache: "pnpm"
- name: Lint & Fix
run: pnpm lint:fix
- name: Install
run: pnpm install
- name: Lint & Fix
run: pnpm lint:fix
- name: Build
run: pnpm build
- name: Test
Expand Down

0 comments on commit 9731ac9

Please sign in to comment.