Skip to content

Commit f783c12

Browse files
committed
Use node instead of tsx
1 parent 4793741 commit f783c12

File tree

3 files changed

+4
-547
lines changed

3 files changed

+4
-547
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -eu
44

55
# Generate _headers file from TypeScript configuration
6-
npx tsx scripts/generate-headers.ts
6+
npm run build:headers
77

88
hugo --gc --minify -b "$CF_PAGES_URL"

0 commit comments

Comments
 (0)