diff --git a/services/filestore/Makefile b/services/filestore/Makefile index aa6e35142d..1d5e77efe7 100644 --- a/services/filestore/Makefile +++ b/services/filestore/Makefile @@ -34,6 +34,7 @@ test_clean: test_acceptance_pre_run: @[ ! -f test/acceptance/scripts/pre-run ] && echo "filestore has no pre acceptance tests task" || $(DOCKER_COMPOSE) run --rm test_acceptance test/acceptance/scripts/pre-run build: + touch package-lock.json docker build --pull --tag quay.io/sharelatex/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) . docker build --pull --tag gcr.io/csh-gcdm-test/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) .