aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 035c385e9..66c2bf6c3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,18 @@ backoffice-prebuilt:
pnpm run --filter @gnu-taler/merchant-backoffice-ui... build
./copy-backoffice-into-prebuilt.sh
+.PHONY: backend-prebuilt
+backend-prebuilt:
+ pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backend-ui...
+ pnpm run --filter @gnu-taler/merchant-backend... build
+ ./copy-backend-into-prebuilt.sh
+
+.PHONY: demobank-prebuilt
+demobank-prebuilt:
+ pnpm install --frozen-lockfile --filter @gnu-taler/merchant-ba...
+ pnpm run --filter @gnu-taler/demobank-ui... build
+ ./copy-demobank-into-prebuilt.sh
+
# make documentation from docstrings
.PHONY: typedoc
typedoc: