Install deps for linting

pull/12076/head
J. Ryan Stinnett 2020-01-27 16:05:41 +00:00
parent 8ca6c2c433
commit 0ad0cbeb35
1 changed files with 2 additions and 0 deletions

View File

@ -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: