Skip to content

Commit 94de2a9

Browse files
convenience command to run frontend
1 parent faf477b commit 94de2a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE_DIR = templates/shared-counter
22

3-
.PHONY: install dev build compile compile-all build-registry build-template test clean
3+
.PHONY: install dev frontend build compile compile-all build-registry build-template test clean
44

55
setup:
66
curl -sL https://raw.githubusercontent.com/paritytech/ppn-proxy/main/install.sh | bash
@@ -26,6 +26,9 @@ install:
2626
dev:
2727
bun run src/cli.ts
2828

29+
frontend:
30+
cd frontend && bun run dev
31+
2932
build:
3033
bun run build
3134

0 commit comments

Comments
 (0)