backport 1868

This commit is contained in:
Cory LaViska
2024-02-12 12:50:55 -05:00
parent cb1c423aea
commit a1b1d594aa

View File

@@ -47,7 +47,8 @@
"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",
"postinstall": "./scripts/clear-vercel-patches.sh && npm i --ignore-scripts && npx patch-package",
"prepare": "npx playwright install",
"prepublishOnly": "npm run verify",
"prettier": "prettier --write --log-level warn .",
"prettier:check": "prettier --check --log-level warn .",