Skip to content

Commit 44012a8

Browse files
committed
chore: update release pipeline for linting
1 parent aa5bce3 commit 44012a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Setup
2222
uses: commencis/js-toolkit/.github/actions/setup@main
2323

24+
- name: Typegen
25+
run: pnpm run typegen
26+
2427
- name: Lint
2528
run: pnpm run lint
2629

27-
- name: Test
28-
run: pnpm run test
29-
3030
- name: Build
3131
run: pnpm run build
3232

0 commit comments

Comments
 (0)