Move -q flag to correct place

This commit is contained in:
James Allen 2017-12-01 08:49:10 +00:00
parent e62ec77161
commit 040546b1d3

View file

@ -1,5 +1,5 @@
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml
NPM := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm -q npm
NPM := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm npm -q
BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
PROJECT_NAME = web