diff --git a/services/web/Makefile b/services/web/Makefile index 6ce935a2cc..6b1c66f211 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,5 +1,5 @@ DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml -npm -q := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm -q npm +NPM := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm -q npm BUILD_NUMBER ?= local BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD) PROJECT_NAME = web