From 0ad0cbeb3512ef98e9c1f5168defc10d8bca4a7b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 27 Jan 2020 16:05:41 +0000 Subject: [PATCH] Install deps for linting --- .buildkite/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: