We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc03a58 commit 9176d29Copy full SHA for 9176d29
package.json
@@ -26,7 +26,7 @@
26
"spellcheck": "pnpm run spellcheck:ts && pnpm run spellcheck:md",
27
"spellcheck:ts": "npx cspell --gitignore -e \"./packages/ethereum-tests\" -e \"./packages/wallet/test\" -e \"./packages/client/archive\" -c ./config/cspell-ts.json \"./packages/**/*.ts\" --cache --show-suggestions --show-context",
28
"spellcheck:md": "npx cspell --gitignore -e \"./packages/ethereum-tests\" -e \"./packages/client/withdrawals-testnet/**\" -e \"./packages/**/docs\" -c ./config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context",
29
- "install-browser-deps": "pnpm add -D [email protected] @vitest/[email protected]",
+ "install-browser-deps": "pnpm add -D [email protected] @vitest/[email protected] && npx playwright install --with-deps",
30
"checkPnpmVersion": "./scripts/check-pnpm-version.sh"
31
},
32
"devDependencies": {
0 commit comments