Skip to content

Commit d38f619

Browse files
committed
Update action
1 parent 87f0ed6 commit d38f619

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
version: 9
2424
run_install: false
2525
- run: pnpm i
26-
- run: |
26+
- run: |
27+
pnpm build
2728
pnpm lint
2829
pnpm test

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
node-version: 22
2424
cache: 'pnpm'
2525
- run: pnpm i
26-
- run: |
26+
- run: |
27+
pnpm build
2728
pnpm lint
2829
pnpm test
2930
- run: pnpm build

0 commit comments

Comments
 (0)