Merge pull request #12076 from vector-im/jryans/fetch-deps-lint

Install deps for linting
pull/12110/head
J. Ryan Stinnett 2020-01-27 16:13:10 +00:00 committed by GitHub
commit c30f901716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: