Browse Source

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
commit
1d6961248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/packages/consul-ui/GNUmakefile

2
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

Loading…
Cancel
Save