Skip to content

Commit 965f648

Browse files
committed
ci: run lint before full build to avoid linting build artifacts
1 parent 7f6df05 commit 965f648

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
- name: Type check
5151
run: pnpm typecheck
5252

53-
- name: Build
54-
run: pnpm build
55-
5653
- name: Lint
5754
run: pnpm lint
5855

56+
- name: Build
57+
run: pnpm build
58+
5959
- name: Test
6060
run: pnpm test:ci

0 commit comments

Comments
 (0)