Skip to content

Commit

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

0 comments on commit 6a45e27

Please sign in to comment.