mirror of https://github.com/locustio/locust.git
Fix precommit yarn lint
This commit is contained in:
parent
b33c64ec31
commit
ca7e6ac14f
|
@ -13,7 +13,6 @@ repos:
|
||||||
- id: yarn-lint
|
- id: yarn-lint
|
||||||
name: yarn lint
|
name: yarn lint
|
||||||
files: ^locust/webui/
|
files: ^locust/webui/
|
||||||
types_or: [javascript, jsx, ts, tsx]
|
entry: bash -c "cd locust/webui && yarn lint"
|
||||||
entry: cd locust/webui && yarn lint
|
|
||||||
language: system
|
language: system
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
Loading…
Reference in New Issue