From 93974864adff3e171b07b692f2aad99788a4f120 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 9 Feb 2024 16:17:50 -0300 Subject: cleaning up the page list --- contrib/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 index 383871ac6..81d38cdea 100755 --- 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 -- cgit v1.2.3