aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-05 09:42:10 -0300
committerSebastian <sebasjm@gmail.com>2023-06-05 09:42:10 -0300
commitdf53866e6b148ea5fd2ab57e906a4aa36b535ed3 (patch)
tree3042186e7d6db3febf05906ad919cbc5d7b3f18c /packages/exchange-backoffice-ui
parentcf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3 (diff)
downloadwallet-core-df53866e6b148ea5fd2ab57e906a4aa36b535ed3.tar.xz
fix spa dir
Diffstat (limited to 'packages/exchange-backoffice-ui')
-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)