Skip to content

Commit

Permalink
chore: replace ts-node call with direct node call using ts-node loader
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriandeCita committed Dec 9, 2023
1 parent 252c236 commit c83908e
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 @@ -41,7 +41,7 @@
"unist-util-visit-parents": "^5.1.0"
},
"scripts": {
"pre-build": "ts-node --esm ./pre-build/index.mts",
"pre-build": "node --loader ts-node/esm ./pre-build/index.mts",
"dev": "next",
"build": "next build && next-sitemap && next export",
"preexport": "npm run build",
Expand Down

0 comments on commit c83908e

Please sign in to comment.