Install deps for linting
parent
8ca6c2c433
commit
0ad0cbeb35
|
@ -1,6 +1,8 @@
|
|||
steps:
|
||||
- label: ":eslint: JS Lint"
|
||||
command:
|
||||
- "echo '--- Fetching Dependencies'"
|
||||
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||
- "yarn install"
|
||||
- "yarn lint:js"
|
||||
plugins:
|
||||
|
|
Loading…
Reference in New Issue