Skip to content

Commit e3a7b41

Browse files
authored
Fix check step in pipeline (#3611)
1 parent f2d09ef commit e3a7b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
node-version: 22
4747
cache: pnpm
4848
- run: pnpm install
49+
- run: pnpm build
4950
- run: pnpm check
5051
build:
5152
name: Build

0 commit comments

Comments
 (0)