Install deps for linting
This commit is contained in:
parent
8ca6c2c433
commit
0ad0cbeb35
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue