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
a9af74d339
commit
02d0af0bb5
|
@ -3,7 +3,7 @@ CONSUL_UI_INSTALL_FLAGS?=
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
deps: node_modules clean
|
deps: ../../node_modules clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf ./tmp
|
rm -rf ./tmp
|
||||||
|
|
Loading…
Reference in New Issue