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>2023-03-31 01:24:38 +0300
committerEvan Read <eread@gitlab.com>2023-03-31 01:24:38 +0300
commit25f4fe33cab3be0d88d13affb71d160175ff2c36 (patch)
treeb2fd61e99626f13b22b7b402128287c797adfdf8
parentff8975e4443fca20023f036ff820501cf7e1ebb8 (diff)
parent7974efd9e5d4d5f59e1d8dab094d13d7ce491f1b (diff)
Merge branch 'sarahg-toc-spec-snap' into 'main'fneill-add-new-executor-pages
Remove tmp and public directories as part of "make setup" See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3715 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
-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"