Skip to content

Commit faba5cd

Browse files
committed
Fix playwright installation
1 parent 9320b0f commit faba5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fiscal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "tsc -w",
88
"typecheck": "tsc --noEmit",
99
"test": "vitest",
10-
"preci:test": "pnpx playwright install --with-deps",
10+
"preci:test": "pnpm exec playwright install",
1111
"ci:test": "pnpm run test",
1212
"lint": "eslint",
1313
"ci:lint": "pnpm run lint --format compact",

0 commit comments

Comments
 (0)