Skip to content

Commit

Permalink
chore: use node to run postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
vboechat committed May 21, 2024
1 parent 349dff0 commit 95a20e4
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 @@ -32,7 +32,7 @@
"dist"
],
"scripts": {
"postinstall": "ts-node ./src/postinstall.ts",
"postinstall": "node ./src/postinstall.js",
"build": "tsc",
"start": "ts-node ./src/index.ts"
},
Expand Down

0 comments on commit 95a20e4

Please sign in to comment.