Skip to content

Commit eef3c4b

Browse files
committed
fix: Use node directly in the postinstall script
1 parent 03edd6d commit eef3c4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
"@sentry/cli-win32-arm64": "2.58.3"
4343
},
4444
"scripts": {
45-
"postinstall": "npm run install-cli",
45+
"postinstall": "node ./scripts/install.js",
4646
"build": "tsc",
47-
"install-cli": "node ./scripts/install.js",
4847
"prepack": "npm run build",
4948
"fix": "npm-run-all fix:eslint fix:prettier",
5049
"fix:eslint": "eslint --fix bin/* scripts/**/*.js lib/**/*.js",

0 commit comments

Comments
 (0)