Skip to content

Commit 5a4c93d

Browse files
committed
chores: added playwright to package.json, needed by Vitest
1 parent 9be9fbf commit 5a4c93d

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

package-lock.json

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "vite build",
99
"preview": "vite preview",
1010
"prepare": "svelte-kit sync || echo ''",
11+
"postinstall": "playwright install",
1112
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1213
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1314
"test:unit": "vitest",

0 commit comments

Comments
 (0)