Skip to content

Commit 4008515

Browse files
committed
added install-frontend on start commands
1 parent 14e68ff commit 4008515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ serve-mock:
136136
./plugin-backend --loki-mock --loglevel trace
137137

138138
.PHONY: start
139-
start: build-backend
139+
start: build-backend install-frontend
140140
@echo "### Starting backend on http://localhost:9002"
141141
bash -c "trap 'fuser -k 9002/tcp' EXIT; \
142142
./plugin-backend -port 9002 & cd web && npm run start"
143143

144144
.PHONY: start-standalone
145-
start-standalone: build-backend
145+
start-standalone: build-backend install-frontend
146146
@echo "### Starting backend on http://localhost:9002"
147147
bash -c "trap 'fuser -k 9002/tcp' EXIT; \
148148
./plugin-backend -port 9002 & cd web && npm run start:standalone"

0 commit comments

Comments
 (0)