Skip to content

Commit 13bbad0

Browse files
committed
refactor: Remove PDF generation from Vercel build script
1 parent 52aba6c commit 13bbad0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"generate-pdf": "node ./scripts/generate-pdf.js",
1111
"generate-pdf:ci": "PDF_VIEW=true start-server-and-test http://localhost:4321 generate-pdf",
1212
"prebuild": "astro check && tsc --noEmit",
13-
"build": "pnpm exec playwright install-deps && pnpm run generate-pdf:ci && astro build",
13+
"build": "astro build",
1414
"build:light": "FORCE_THEME=light astro build",
1515
"build:dark": "FORCE_THEME=dark astro build",
1616
"prepare": "husky"

0 commit comments

Comments
 (0)