Skip to content

Commit 2109593

Browse files
committed
ci: run build before lint
1 parent de46045 commit 2109593

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
@@ -32,10 +32,10 @@ jobs:
3232

3333
- run: bun install
3434

35-
- run: bun run lint
36-
3735
- run: bun run build
3836

37+
- run: bun run lint
38+
3939
- run: bun run test
4040

4141
- run: bun run bundle:sdk

0 commit comments

Comments
 (0)