Skip to content

Commit e982943

Browse files
committed
run build in ci
1 parent 1793389 commit e982943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
cache: "pnpm"
2020
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
2121
run: pnpm install
22+
- run: pnpm build
2223
- run: pnpm type-check

0 commit comments

Comments
 (0)