mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge pull request #12076 from vector-im/jryans/fetch-deps-lint
Install deps for linting
This commit is contained in:
commit
c30f901716
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
steps:
|
steps:
|
||||||
- label: ":eslint: JS Lint"
|
- label: ":eslint: JS Lint"
|
||||||
command:
|
command:
|
||||||
|
- "echo '--- Fetching Dependencies'"
|
||||||
|
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||||
- "yarn install"
|
- "yarn install"
|
||||||
- "yarn lint:js"
|
- "yarn lint:js"
|
||||||
plugins:
|
plugins:
|
||||||
|
|
Loading…
Reference in a new issue