Skip to content

Commit

Permalink
chore: replace loader for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Dec 27, 2023
1 parent fbb55fc commit 106145b
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 @@ -10,7 +10,7 @@
"test": "NODE_OPTIONS='--import=tsx' ava",
"prebuild": "pnpm run clean",
"build": "pnpm run prebuild && pnpm run rollup",
"build:built_in_module_map": "ts-node --esm script/generate-built-in-module-map.ts",
"build:built_in_module_map": "node --import=tsx script/generate-built-in-module-map.ts",
"prewatch": "pnpm run clean",
"watch": "pnpm run prewatch && pnpm run rollup:watch",
"rollup": "rollup -c rollup.config.mjs",
Expand Down

0 comments on commit 106145b

Please sign in to comment.