From 1d6961248c763c78cebc2a9cfa75176a18bb87a5 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 29 Oct 2020 14:28:55 -0400 Subject: [PATCH] ui: Update node_modules deps path in GNUMakefile (#9066) Updates `node_modules` path/makefile target to fix top-level `make ui` command. --- ui/packages/consul-ui/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/GNUmakefile b/ui/packages/consul-ui/GNUmakefile index 897a516716..27f24e9f3c 100644 --- a/ui/packages/consul-ui/GNUmakefile +++ b/ui/packages/consul-ui/GNUmakefile @@ -3,7 +3,7 @@ CONSUL_UI_INSTALL_FLAGS?= all: build -deps: node_modules clean +deps: ../../node_modules clean clean: rm -rf ./tmp