Skip to content

Commit ae26f2c

Browse files
authored
vscode-textmate: ignore scripts in npm install
to prevent building oniguruma, which fails on Windows without build tools.
1 parent 49fa6b3 commit ae26f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-packages/vscode-textmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"version": "npm run test && node scripts/release.js",
2727
"postversion": "git push && git push --tags",
2828
"prepublishOnly": "node scripts/release.js",
29-
"install-dependencies": "npm install"
29+
"install-dependencies": "npm install --ignore-scripts"
3030
},
3131
"dependencies": {
3232
"oniguruma": "^7.0.0"

0 commit comments

Comments
 (0)