mirror of https://github.com/status-im/consul.git
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
afad68c033
commit
1d6961248c
|
@ -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