ui: Update node_modules deps path in GNUMakefile (#9066)
Updates `node_modules` path/makefile target to fix top-level `make ui` command.
This commit is contained in:
parent
bcb67d9861
commit
c4321797da
|
@ -3,7 +3,7 @@ CONSUL_UI_INSTALL_FLAGS?=
|
|||
|
||||
all: build
|
||||
|
||||
deps: node_modules clean
|
||||
deps: ../../node_modules clean
|
||||
|
||||
clean:
|
||||
rm -rf ./tmp
|
||||
|
|
Loading…
Reference in New Issue