We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf477b commit 94de2a9Copy full SHA for 94de2a9
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
TEMPLATE_DIR = templates/shared-counter
2
3
-.PHONY: install dev build compile compile-all build-registry build-template test clean
+.PHONY: install dev frontend build compile compile-all build-registry build-template test clean
4
5
setup:
6
curl -sL https://raw.githubusercontent.com/paritytech/ppn-proxy/main/install.sh | bash
@@ -26,6 +26,9 @@ install:
26
dev:
27
bun run src/cli.ts
28
29
+frontend:
30
+ cd frontend && bun run dev
31
+
32
build:
33
bun run build
34
0 commit comments