update install event from postinstall to prepare (#1868)

This commit is contained in:
Burton Smith
2024-02-12 12:29:06 -05:00
committed by GitHub
parent 7571f8c534
commit 6bc06d5d95

View File

@@ -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 .",