Skip to content

Commit

Permalink
chore: use tsup-node binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jul 28, 2023
1 parent d7e3b3d commit 484c030
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 @@ -23,7 +23,7 @@
"prebenchmark": "npm run build",
"benchmark": "node build/benchmarks/flat_object.js && node build/benchmarks/nested_object.js && node build/benchmarks/array.js && node build/benchmarks/union.js",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsup",
"compile": "npm run lint && npm run clean && tsup-node",
"build": "npm run compile",
"release": "np",
"version": "npm run build",
Expand Down

0 comments on commit 484c030

Please sign in to comment.