We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03edd6d commit eef3c4bCopy full SHA for eef3c4b
package.json
@@ -42,9 +42,8 @@
42
"@sentry/cli-win32-arm64": "2.58.3"
43
},
44
"scripts": {
45
- "postinstall": "npm run install-cli",
+ "postinstall": "node ./scripts/install.js",
46
"build": "tsc",
47
- "install-cli": "node ./scripts/install.js",
48
"prepack": "npm run build",
49
"fix": "npm-run-all fix:eslint fix:prettier",
50
"fix:eslint": "eslint --fix bin/* scripts/**/*.js lib/**/*.js",
0 commit comments