Skip to content

Commit a99664a

Browse files
committed
fix lint
1 parent ece4484 commit a99664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
env:
321321
DEPENDENCY_CACHE_KEY: ${{ needs.job_build.outputs.dependency_cache_key }}
322322
- name: Lint source files
323-
run: lint:lerna
323+
run: yarn lint:lerna
324324
- name: Validate ES5 builds
325325
run: yarn validate:es5
326326

0 commit comments

Comments
 (0)