Skip to content

Commit c051d2a

Browse files
committed
Add dev task
1 parent 0933196 commit c051d2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ test: frontend
2626
run: frontend
2727
go run ./cmd/$(word 1,$(CMDS))
2828

29+
dev:
30+
cd frontend && npm run dev
31+
2932
proto:
3033
tools/generateProto.sh
3134

0 commit comments

Comments
 (0)