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:
authorSarah German <sgerman@gitlab.com>2023-03-30 17:18:21 +0300
committerSarah German <sgerman@gitlab.com>2023-03-30 17:18:21 +0300
commit7974efd9e5d4d5f59e1d8dab094d13d7ce491f1b (patch)
tree4bd0e47dfb16c11b4f2d40b48af4f62dfadf6bec /Makefile
parent5d9eec9ba36f57ecab95cbc99cf7e40f85250c42 (diff)
Start setup with a clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f82d3020..865e0008 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ install-ruby-dependencies:
install-nodejs-dependencies:
@yarn install --frozen-lockfile --silent
-setup: brew-bundle setup-asdf install-asdf-dependencies install-ruby-dependencies install-nodejs-dependencies
+setup: clean 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"