Skip to content

Commit

Permalink
update install event from postinstall to prepare (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
break-stuff authored Feb 12, 2024
1 parent 7571f8c commit 6bc06d5
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 @@ -49,7 +49,7 @@
"start": "node scripts/build.js --serve",
"build": "node scripts/build.js",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"postinstall": "npx playwright install",
"prepare": "npx playwright install",
"prepublishOnly": "npm run verify",
"prettier": "prettier --write --log-level=warn .",
"prettier:check": "prettier --check --log-level=warn .",
Expand Down

0 comments on commit 6bc06d5

Please sign in to comment.