diff --git a/package.json b/package.json index 76d18e575..ccef619d1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "build": "node scripts/build.js", "docs:build": "cd docs && npm run build -- --silent", "verify": "npm run prettier:check && npm run lint && npm run build && npm run test", - "postinstall": "npx playwright install && ./scripts/clear-vercel-patches.sh && npm i --ignore-scripts && npx patch-package", + "prepare": "./scripts/clear-vercel-patches.sh && npm i --ignore-scripts && npx patch-package && npx playwright install", "prepublishOnly": "npm run verify", "prettier": "prettier --write --log-level warn .", "prettier:check": "prettier --check --log-level warn .",