taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 93974864adff3e171b07b692f2aad99788a4f120
parent d5dfefd06147c4d13594e2c458e767933e82dd52
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri,  9 Feb 2024 16:17:50 -0300

cleaning up the page list

Diffstat:
Mcontrib/copy-backend-into-prebuilt.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/copy-backend-into-prebuilt.sh b/contrib/copy-backend-into-prebuilt.sh @@ -2,7 +2,7 @@ [ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1 -for file in depleted_tip.en.html offer_refund.en.html offer_tip.en.html request_payment.en.html show_order_details.en.html; do +for file in offer_refund.en.html request_payment.en.html show_order_details.en.html; do cp packages/merchant-backend-ui/dist/pages/$file prebuilt/backend/ done