Skip to content

Commit

Permalink
fix playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Aug 6, 2024
1 parent e709ff8 commit b678aa7
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 273 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build-deploy": "pnpm run build; rm -rf _site_deploy/docs; mv dist/404.html _site_deploy; mv dist _site_deploy/docs;",
"install-playwright": "pnpm exec playwright install chromium",
"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;",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
Expand Down Expand Up @@ -61,6 +62,7 @@
"@beoe/rehype-mermaid": "^0.0.1",
"@chromatic-com/storybook": "^1.6.1",
"@hyperjump/json-schema": "^1.9.4",
"@playwright/test": "^1.46.0",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
Expand Down
Loading

0 comments on commit b678aa7

Please sign in to comment.