Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Bring back --esm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Jan 3, 2025
1 parent 426e140 commit 3c6571a
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 @@
},
"scripts": {
"artifacts": "napi artifacts -o .",
"build": "napi build --platform --release",
"build": "napi build --platform --release --esm",
"bump": "bunx changelogen --bump && bun bump-version.ts"
},
"type": "module"
Expand Down

0 comments on commit 3c6571a

Please sign in to comment.