Skip to content

Commit

Permalink
Add playwright install to prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 22, 2023
1 parent 79cea3d commit f5cf1a5
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 @@ -58,7 +58,7 @@
"test:integration": "npm run test:integration --workspaces",
"prettier:check": "prettier --check *.{js,json,md}",
"prettier:write": "prettier --write *.{js,json,md}",
"prepare": "husky install",
"prepare": "husky install && playwright install",
"preversion": "npm run lint && npm run prettier:check && npm test && npm run test:integration",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags"
Expand Down

0 comments on commit f5cf1a5

Please sign in to comment.