diff --git a/wallets/metamask/package.json b/wallets/metamask/package.json index 17ff1266d..d9b2eed90 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", + "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",