Skip to content

Commit d40a721

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

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+
node --experimental-strip-types scripts/generate-headers.ts
77

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

0 commit comments

Comments
 (0)