Skip to content

Commit

Permalink
install playwright with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 22, 2024
1 parent 56a95ff commit a608a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/passport/wallets-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a608a66

Please sign in to comment.