Skip to content

Commit

Permalink
fix: use node to run postinstall script
Browse files Browse the repository at this point in the history
fix on windows env
  • Loading branch information
fengmk2 committed Jan 5, 2023
1 parent 632a218 commit f17347b
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 @@ -77,7 +77,7 @@
"homepage": "https://github.com/eggjs/egg-bin",
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"scripts": {
"postinstall": "bin/postinstall.js",
"postinstall": "node bin/postinstall.js",
"contributor": "git-contributor",
"lint": "eslint .",
"pkgfiles": "node bin/egg-bin.js pkgfiles",
Expand Down

0 comments on commit f17347b

Please sign in to comment.