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

Install deps for linting
This commit is contained in:
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

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: