Skip to content

Commit 2184d0b

Browse files
committed
fix build
1 parent 19b5ea1 commit 2184d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/json_schemas_pr_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Dependencies
3333
run: npm ci --no-audit
34-
- run: cd packages/json_schemas && npm run build
34+
- run: npm run build
3535

3636
- name: Check JSON consistency
3737
run: |

0 commit comments

Comments
 (0)