Skip to content

Commit d3c1439

Browse files
committed
fix: ci build
1 parent f57e0b6 commit d3c1439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- run: pnpm install --frozen-lockfile
2929

30-
- run: node ./scripts/generate-ajv-validator.js
31-
- run: pnpm tsc -b tsconfig.json
30+
- run: pnpm run build
31+
3232
- run: pnpm ci-lint
3333

3434
- name: Check for uncommitted changes

0 commit comments

Comments
 (0)