summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-05 14:39:05 +0200
committerFlorian Dold <florian@dold.me>2023-06-05 14:39:05 +0200
commitcf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3 (patch)
treee832234e688ea1ba2561c0d02cff63d5ebc11549
parente671880b9e11b020c3fc797fb45e6e4b8ee3ee62 (diff)
downloadwallet-core-cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3.tar.gz
wallet-core-cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3.tar.bz2
wallet-core-cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3.zip
demobank-ui: fix make installv0.9.3-dev.15
-rw-r--r--packages/demobank-ui/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile
index f1cddf0fe..11a71f589 100644
--- a/packages/demobank-ui/Makefile
+++ b/packages/demobank-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)