Skip to content

Commit

Permalink
👷 Use node in script for Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Nov 30, 2023
1 parent 7d245f5 commit c9e8f4a
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 @@ -90,7 +90,7 @@
"coverage": "yarn compile && nyc mocha",
"bundle": "webpack --mode production",
"make:ercs": "scripts/ercs.mjs > src/ercs.ts",
"make:4byte": "scripts/4byte.mjs",
"make:4byte": "node scripts/4byte.mjs",
"make:help": "bin/sevm.mjs 2>&1 | MARKER='sevm --help' scripts/help.mjs README.md",
"prettier": "prettier --write .",
"prettier:staged": "pretty-quick --staged",
Expand Down

0 comments on commit c9e8f4a

Please sign in to comment.