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 ed80f9f
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 277 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "docs"
},
"scripts": {
"postinstall": "pnpm dlx playwright install chromium",
"postinstall": "pnpm dlx playwright-core install chromium",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
Expand Down Expand Up @@ -42,6 +42,7 @@
"framer-motion": "^11.0.5",
"github-slugger": "^2.0.0",
"hast-util-select": "^6.0.2",
"playwright-core": "^1.46.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.3.52",
Expand Down
Loading

0 comments on commit ed80f9f

Please sign in to comment.