aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/exchange-backoffice-ui/Makefile')
-rw-r--r--packages/exchange-backoffice-ui/Makefile3
1 files changed, 1 insertions, 2 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)