gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: demobank-ui: fix make install


From: gnunet
Subject: [taler-wallet-core] branch master updated: demobank-ui: fix make install
Date: Mon, 05 Jun 2023 14:39:08 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new cf8c0725a demobank-ui: fix make install
cf8c0725a is described below

commit cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jun 5 14:39:05 2023 +0200

    demobank-ui: fix make install
---
 packages/demobank-ui/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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)
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]