Skip to content

Commit f62ed66

Browse files
committed
chore(test): use bunx for playwright
1 parent 3a4b500 commit f62ed66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:lib": "bun scripts/index.ts",
1212
"package": "bun scripts/npm-package.ts",
1313
"test:unit": "bun test tests/*.ts",
14-
"test:e2e": "playwright test",
14+
"test:e2e": "bunx playwright test",
1515
"format": "bun --bun prettier --write .",
1616
"astro": "astro",
1717
"playwright": "playwright"

0 commit comments

Comments
 (0)