File tree Expand file tree Collapse file tree 2 files changed +366
-273
lines changed Expand file tree Collapse file tree 2 files changed +366
-273
lines changed Original file line number Diff line number Diff line change 14
14
"dev" : " astro dev" ,
15
15
"start" : " astro dev" ,
16
16
"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;" ,
18
19
"preview" : " astro preview" ,
19
20
"astro" : " astro" ,
20
21
"test" : " vitest" ,
61
62
"@beoe/rehype-mermaid" : " ^0.0.1" ,
62
63
"@chromatic-com/storybook" : " ^1.6.1" ,
63
64
"@hyperjump/json-schema" : " ^1.9.4" ,
65
+ "@playwright/test" : " ^1.46.0" ,
64
66
"@storybook/addon-essentials" : " ^8.2.6" ,
65
67
"@storybook/addon-interactions" : " ^8.2.6" ,
66
68
"@storybook/addon-links" : " ^8.2.6" ,
You can’t perform that action at this time.
0 commit comments