From 4c172e0c85e6c5df778968148c5dcbacb839f483 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Thu, 9 May 2019 12:08:51 -0500 Subject: [PATCH] Update Makefile (#14252) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88d277e5c4..99d0e5b12d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ functions-build: check-headers-file: scripts/check-headers-file.sh -production-build: test-examples check-hugo-versions build check-headers-file ## Build the production site and ensure that noindex headers aren't added +production-build: check-hugo-versions build check-headers-file ## Build the production site and ensure that noindex headers aren't added non-production-build: test-examples check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing hugo --enableGitInfo