mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
backport 1868
This commit is contained in:
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user