Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed May 16, 2024
1 parent 4d06c21 commit f956995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "prettier --write ./src && pnpm lint:eslint --fix",
"lint:eslint": "eslint './{src,test}/**/*.{ts,tsx}'",
"lint:prettier": "prettier --check ./src",
"postinstall": "unzip -n metamask-chrome-10.12.4.zip -d ./metamask-chrome-10.12.4"
"postinstall": "unzip -n metamask-chrome-11.15.4.zip -d ./metamask-chrome-11.15.4 && pnpm exec playwright install"
},
"dependencies": {
"debug": "^4.3.4"
Expand Down

0 comments on commit f956995

Please sign in to comment.