gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix: install doesn't work if


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: install doesn't work if there is directory inside
Date: Wed, 21 Dec 2022 16:59:20 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 3557e307a fix: install doesn't work if there is directory inside
3557e307a is described below

commit 3557e307a8e3894819c908e3a0eae5ef93411924
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Dec 21 12:58:27 2022 -0300

    fix: install doesn't work if there is directory inside
---
 packages/demobank-ui/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/demobank-ui/Makefile b/packages/demobank-ui/Makefile
index 3c3a3f602..f1cddf0fe 100644
--- a/packages/demobank-ui/Makefile
+++ b/packages/demobank-ui/Makefile
@@ -13,5 +13,6 @@ install:
        pnpm run check
        pnpm run build
        install -d $(spa_dir)
+       rm -rf ./dist/components
        install ./dist/* $(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]