mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-28 09:11:18 +08:00
Add run-frontend to Makefile
This commit is contained in:
parent
1caa63b113
commit
64043f0d62
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -29,6 +29,10 @@ build-dist:
|
|||
run: build
|
||||
./${BIN}
|
||||
|
||||
.PHONY: run-frontend
|
||||
run-frontend:
|
||||
cd frontend && yarn start
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test
|
||||
|
|
Loading…
Reference in a new issue