From ac1d4a933e32437d99525087dba95aa9b7d7946a Mon Sep 17 00:00:00 2001 From: Peter Ferguson Date: Sat, 16 Mar 2024 18:47:31 +0000 Subject: [PATCH] hotfix: add remove flag to wallet build --- apps/wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/package.json b/apps/wallet/package.json index c93f49f..22f4d60 100644 --- a/apps/wallet/package.json +++ b/apps/wallet/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "npx localtunnel --port 4322 -s spc-wallet & astro dev --port 4322 ", "start": "astro dev", - "build": "astro build", + "build": "astro build --remote", "preview": "astro preview", "astro": "astro" },