Skip to content

Commit efa94fe

Browse files
committed
Add msvc warning to avoid issues with Sentry CLI on Windows
1 parent c1f6fb2 commit efa94fe

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"/overrides"
1515
],
1616
"scripts": {
17+
"preinstall": "check-msvc-runtime",
1718
"start": "node --watch ./bin/run start",
1819
"build:src": "npm-run-all build:src:clean build:src:ts",
1920
"build:src:clean": "rimraf lib/",
@@ -120,6 +121,7 @@
120121
"axios": "^1.7.4",
121122
"bent": "^1.5.13",
122123
"chai": "^4.2.0",
124+
"check-msvc-runtime": "^0.1.0",
123125
"copy-webpack-plugin": "^11.0.0",
124126
"cross-env": "^7.0.3",
125127
"decompress": "^4.2.1",

0 commit comments

Comments
 (0)