Skip to content

Commit 72398f9

Browse files
committed
ci(release): add format step and put build last
Signed-off-by: J3m5 <[email protected]>
1 parent 2378b8f commit 72398f9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,18 @@ jobs:
2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile
3030

31-
- name: Build
32-
run: pnpm build
31+
- name: Check formatting
32+
run: pnpm format:check
3333

3434
- name: Lint
3535
run: pnpm lint
3636

3737
- name: Run tests
3838
run: pnpm test
3939

40+
- name: Build
41+
run: pnpm build
42+
4043
- name: Publish to npm
4144
run: pnpm publish
4245
env:

0 commit comments

Comments
 (0)