Skip to content

Commit 77526cd

Browse files
committed
app/vmui/Makefile: move the dependency on vmui-package-base-image rule to vmui-run-npm-command rule, since it depends on the vmui-package-base-image
This is a follow-up for the commit 761af98 Updates #461
1 parent 7ebba6d commit 77526cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/vmui/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# All these commands must run from repository root.
22

3-
vmui-run-npm-command:
3+
vmui-run-npm-command: vmui-package-base-image
44
docker run --rm \
55
--user $(shell id -u):$(shell id -g) \
66
--mount type=bind,src="$(shell pwd)/app/vmui",dst=/build \
@@ -15,7 +15,7 @@ vmui-package-base-image:
1515
vmui-gen-logsql-pipes:
1616
NPM_COMMAND="npm run gen:logsql-pipes" $(MAKE) vmui-run-npm-command
1717

18-
vmui-build: vmui-package-base-image
18+
vmui-build:
1919
$(MAKE) vmui-gen-logsql-pipes
2020
NPM_COMMAND="npm run build" $(MAKE) vmui-run-npm-command
2121

0 commit comments

Comments
 (0)