aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/exchange-backoffice-ui/Makefile3
-rw-r--r--packages/merchant-backoffice-ui/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/exchange-backoffice-ui/Makefile b/packages/exchange-backoffice-ui/Makefile
index 34eb822a2..3cf5ebe40 100644
--- a/packages/exchange-backoffice-ui/Makefile
+++ b/packages/exchange-backoffice-ui/Makefile
@@ -13,6 +13,5 @@ install:
pnpm run check
pnpm run build
install -d $(spa_dir)
- rm -rf ./dist/components
- install ./dist/* $(spa_dir)
+ install ./dist/prod/* $(spa_dir)
diff --git a/packages/merchant-backoffice-ui/Makefile b/packages/merchant-backoffice-ui/Makefile
index 3731e3490..48e13f59e 100644
--- a/packages/merchant-backoffice-ui/Makefile
+++ b/packages/merchant-backoffice-ui/Makefile
@@ -11,5 +11,5 @@ spa_dir=$(prefix)/share/taler/merchant-backoffice
install:
pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
pnpm run build
- (cd dist && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;)
+ (cd dist/prod && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;)