From 7e40c5354c0acdf387dd623093bfdf67f83ba4a2 Mon Sep 17 00:00:00 2001 From: Sero <69639595+Seroxdesign@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:58:40 -0400 Subject: [PATCH] no need for debug --- wallets/metamask/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/metamask/package.json b/wallets/metamask/package.json index a10d3be5..23d7c826 100644 --- a/wallets/metamask/package.json +++ b/wallets/metamask/package.json @@ -15,7 +15,7 @@ ], "scripts": { "build": "pnpm run clean && pnpm run build:dist && pnpm run build:types", - "build:cache": "synpress-cache test/wallet-setup --debug", + "build:cache": "synpress-cache test/wallet-setup", "build:cache:headless": "synpress-cache test/wallet-setup --headless", "build:cache:headless:force": "synpress-cache test/wallet-setup --headless --force", "build:dist": "tsup --tsconfig tsconfig.build.json",