Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-14 07:08:14 +0300
committerEvan Read <eread@gitlab.com>2022-06-21 04:13:54 +0300
commit6dd187def47c80a8597101b798f109baf682adef (patch)
treee7eab602c69476577238769fbdb789d7a4ef2b1b /Makefile
parent5a855115294576d3bed356f016b0953d53fec0bd (diff)
Refactor setup instructions. Prefer Make targetseread/refactor-setup-instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b10d450f..8db60443 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ install-nodejs-dependencies:
@printf "\n$(INFO)INFO: Installing Node.js dependencies...$(END)\n"
@yarn install --frozen-lockfile
-setup: setup-asdf install-asdf-dependencies install-ruby-dependencies install-nodejs-dependencies
+setup: brew-bundle setup-asdf install-asdf-dependencies install-ruby-dependencies install-nodejs-dependencies
update:
@printf "\n$(INFO)INFO: Stashing any changes, switching to main branch, and pulling updates to GitLab Docs project...$(END)\n"
@@ -157,4 +157,4 @@ markdownlint-tests:
@printf "\n$(INFO)INFO: Running markdownlint tests...$(END)\n"
@yarn markdownlint doc/**/*.md
-test: setup brew-bundle rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests markdownlint-tests
+test: setup rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests markdownlint-tests