Skip to content

Commit

Permalink
maint: workaround issue with ts-node and NodeJs 20+
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Sep 30, 2024
1 parent bdffcf3 commit 6df1755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch:eleventy": "eleventy --serve",
"build": "eleventy",
"lint": "eslint script/sync.ts",
"sync-data": "ts-node-esm script/sync.ts"
"sync-data": "node --loader=ts-node/esm script/sync.ts"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.14",
Expand Down

0 comments on commit 6df1755

Please sign in to comment.