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:
Mike Morris 2020-10-29 14:28:55 -04:00 committed by GitHub
parent bcb67d9861
commit c4321797da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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