From 790f30b3cddc35f4830f83f437397ada3aa29fe0 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 25 Jan 2017 15:25:39 -0500 Subject: [PATCH] Prevent npm install from running every time `make ui-docker*` is invoked awx/ui/package.json is a normal file in the repo, not created by Make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28668066f9..42f261eb96 100644 --- a/Makefile +++ b/Makefile @@ -572,7 +572,7 @@ languages: $(UI_DEPS_FLAG_FILE) check-po ui-deps: $(UI_DEPS_FLAG_FILE) -$(UI_DEPS_FLAG_FILE): awx/ui/package.json +$(UI_DEPS_FLAG_FILE): $(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui touch $(UI_DEPS_FLAG_FILE)