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",