Skip to content

Commit 9731ac9

Browse files
committed
install needs to run before lint
1 parent 5f5a1f8 commit 9731ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
node-version: 20
2121
cache: "pnpm"
22-
- name: Lint & Fix
23-
run: pnpm lint:fix
2422
- name: Install
2523
run: pnpm install
24+
- name: Lint & Fix
25+
run: pnpm lint:fix
2626
- name: Build
2727
run: pnpm build
2828
- name: Test

0 commit comments

Comments
 (0)