Skip to content

Commit 47dd435

Browse files
committed
fix: postinstall script
1 parent 39fec60 commit 47dd435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite",
1111
"lint": "eslint .",
1212
"output": "tsx scripts/build.ts",
13-
"postinstall": "pnpm exec playwright install",
13+
"postinstall": "pnpm dlx playwright install",
1414
"preview": "pnpm dlx serve dist"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)