1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-09 03:20:44 +00:00

Remove touch package-lock.json

This commit is contained in:
Christopher Hoskin 2018-05-18 14:29:20 +01:00
parent 8db861258a
commit 7fc7252c35

View file

@ -34,7 +34,6 @@ 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) .