Skip to content

Commit a1d668b

Browse files
committed
fix: lint cmd
1 parent 534e978 commit a1d668b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
with:
309309
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
310310
- name: Lint source files
311-
run: yarn lint:oxlint --type-aware
311+
run: yarn lint:oxlint
312312
- name: Lint for ES compatibility
313313
run: yarn lint:es-compatibility
314314

0 commit comments

Comments
 (0)