We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b07186 commit c22e03aCopy full SHA for c22e03a
.buildkite/pipeline.yaml
@@ -47,8 +47,10 @@ steps:
47
48
- label: "🌐 i18n"
49
command:
50
- # Do the things needed to actually run the i18n stuff
+ - "echo '--- Fetching Dependencies'"
51
+ - "./scripts/fetch-develop.deps.sh --depth 1"
52
- "yarn install"
53
+ - "echo '+++ Testing i18n output'"
54
- "yarn diff-i18n"
55
plugins:
56
- docker#v3.0.1:
0 commit comments