From a608a66a3efaa99bcc379e85090036880f947aa5 Mon Sep 17 00:00:00 2001 From: "zaid.arain" Date: Mon, 22 Jul 2024 14:55:14 +1000 Subject: [PATCH] install playwright with deps --- examples/passport/wallets-with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/passport/wallets-with-nextjs/package.json b/examples/passport/wallets-with-nextjs/package.json index 1ab82d167f..f58e3edb31 100644 --- a/examples/passport/wallets-with-nextjs/package.json +++ b/examples/passport/wallets-with-nextjs/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "test": "playwright install && playwright test" + "test": "playwright install --with-deps && playwright test" }, "dependencies": { "@ethersproject/providers": "^5.7.2",