Skip to content

Commit

Permalink
Fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 8, 2023
1 parent 17162e5 commit a6e2299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.source.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ target["prepublish"] = function () {
if (process.env.BABEL_8_BREAKING) {
node(["scripts/set-module-type.js", "module"]);
} else {
node(["scripts/set-module-type.js", "script"]);
node(["scripts/set-module-type.js", "commonjs"]);
}

target["bootstrap-only"]();
Expand Down

0 comments on commit a6e2299

Please sign in to comment.