Skip to content

Commit

Permalink
chore: install playwright deps if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 1, 2024
1 parent 2169a1c commit 3bc4c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:types": "nuxi prepare && vue-tsc --noEmit",
"test:e2e": "playwright test test/e2e",
"test:e2e:update": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.42.1-focal npx playwright test test/e2e --update-snapshots",
"postinstall": "nuxt prepare && pnpm simple-git-hooks install && npx playwright install"
"postinstall": "nuxt prepare && pnpm simple-git-hooks install && npx playwright install-deps && npx playwright install"
},
"lint-staged": {
"*.{js,ts,mjs,vue}": [
Expand Down

0 comments on commit 3bc4c52

Please sign in to comment.