mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Fetch deps
This commit is contained in:
parent
6b07186078
commit
c22e03a222
1 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ steps:
|
|||
|
||||
- label: "🌐 i18n"
|
||||
command:
|
||||
# Do the things needed to actually run the i18n stuff
|
||||
- "echo '--- Fetching Dependencies'"
|
||||
- "./scripts/fetch-develop.deps.sh --depth 1"
|
||||
- "yarn install"
|
||||
- "echo '+++ Testing i18n output'"
|
||||
- "yarn diff-i18n"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
|
|
Loading…
Reference in a new issue