Skip to content

Commit db3c4a7

Browse files
committed
fix playwright install
1 parent e709ff8 commit db3c4a7

File tree

2 files changed

+366
-273
lines changed

2 files changed

+366
-273
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"dev": "astro dev",
1515
"start": "astro dev",
1616
"build": "astro build",
17-
"build-deploy": "pnpm run build; rm -rf _site_deploy/docs; mv dist/404.html _site_deploy; mv dist _site_deploy/docs;",
17+
"install-playwright": "pnpm exec playwright install --with-deps",
18+
"build-deploy": "pnpm run install-playwright; pnpm run build; rm -rf _site_deploy/docs; mv dist/404.html _site_deploy; mv dist _site_deploy/docs;",
1819
"preview": "astro preview",
1920
"astro": "astro",
2021
"test": "vitest",
@@ -61,6 +62,7 @@
6162
"@beoe/rehype-mermaid": "^0.0.1",
6263
"@chromatic-com/storybook": "^1.6.1",
6364
"@hyperjump/json-schema": "^1.9.4",
65+
"@playwright/test": "^1.46.0",
6466
"@storybook/addon-essentials": "^8.2.6",
6567
"@storybook/addon-interactions": "^8.2.6",
6668
"@storybook/addon-links": "^8.2.6",

0 commit comments

Comments
 (0)