ui: Update node_modules deps path in GNUMakefile (#9066)

Updates `node_modules` path/makefile target to fix top-level `make ui` command.
pull/9068/head
Mike Morris 4 years ago committed by GitHub
parent afad68c033
commit 1d6961248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ CONSUL_UI_INSTALL_FLAGS?=
all: build
deps: node_modules clean
deps: ../../node_modules clean
clean:
rm -rf ./tmp

Loading…
Cancel
Save