From f6d4c6a5a361ddec5d4a808dace243033d35b3bb Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 13 Mar 2019 18:30:45 -0600 Subject: [PATCH] Lint doesn't need develop deps --- .buildkite/pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 195e324860..8d0e7068ea 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -1,7 +1,6 @@ steps: - label: ":eslint: Lint" command: - - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" - "yarn lint" plugins: