Merge pull request #32 from shoelace-style/prepare

Backport 1868
This commit is contained in:
Cory LaViska
2024-03-06 07:56:34 -05:00
committed by GitHub

View File

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