Skip to content

Commit

Permalink
Fix puppeteer postinstall not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Arden144 committed Oct 2, 2023
1 parent 2b1b171 commit 00da10a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"generate": "bun scripts/pdf.ts"
"generate": "bun scripts/pdf.ts",
"postinstall": "bun node_modules/puppeteer/install.mjs"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
Expand All @@ -23,6 +24,9 @@
"puppeteer": "^21.1.1",
"typescript": "^5.2.2"
},
"trustedDependencies": [
"puppeteer"
],
"prettier": {
"tabWidth": 4,
"arrowParens": "avoid",
Expand Down

0 comments on commit 00da10a

Please sign in to comment.