summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-01-23 15:12:48 -0300
committerSebastian <sebasjm@gmail.com>2023-01-23 15:12:48 -0300
commit56622a247bde2a15e71761ac2ea2e48bf35985da (patch)
tree6f04daed98f7c629bc6a714c39af9ff81fc4847d /Makefile
parent3348db0d5e7691ab1b483ec553a5193d87d7c3d9 (diff)
downloadwallet-core-56622a247bde2a15e71761ac2ea2e48bf35985da.tar.gz
wallet-core-56622a247bde2a15e71761ac2ea2e48bf35985da.tar.bz2
wallet-core-56622a247bde2a15e71761ac2ea2e48bf35985da.zip
add make rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e4376d71..a5e97c9aa 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,12 @@ publish:
pnpm run compile
pnpm publish -r --no-git-checks
+.PHONY: backoffice-prebuilt
+backoffice-prebuilt:
+ pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice-ui...
+ pnpm run --filter @gnu-taler/merchant-backoffice-ui... build
+ ./copy-backoffice-into-prebuilt.sh
+
# make documentation from docstrings
.PHONY: typedoc
typedoc: