diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 573a2877b0..a48d76ed83 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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: