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
|
||||
name: yarn lint
|
||||
files: ^locust/webui/
|
||||
types_or: [javascript, jsx, ts, tsx]
|
||||
entry: cd locust/webui && yarn lint
|
||||
entry: bash -c "cd locust/webui && yarn lint"
|
||||
language: system
|
||||
pass_filenames: false
|
||||
|
|
Loading…
Reference in New Issue