Remove --ignoreCache flag (#13133)

pull/13188/head
Luc Perkins 2019-03-14 06:52:26 -07:00 committed by Kubernetes Prow Robot
parent 6632298c88
commit 2354526fe4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sass-develop:
scripts/sass.sh develop
serve: ## Boot the development server.
hugo server --ignoreCache --buildFuture
hugo server --buildFuture
docker-image:
$(DOCKER) build . --tag $(DOCKER_IMAGE) --build-arg HUGO_VERSION=$(HUGO_VERSION)