aboutsummaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index e7027cf15..01324ec6b 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -51,6 +51,11 @@ check:
pnpm run compile
pnpm run check
+.PHONY: config-lib
+config-lib:
+ pnpm install --frozen-lockfile --filter @gnu-taler/taler-config-lib...
+ cd ./packages/taler-config-lib/ && pnpm link -g
+
.PHONY: anastasis-webui
anastasis-webui:
pnpm install --frozen-lockfile --filter @gnu-taler/anastasis-webui...