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 50ed29e commit b63cf19Copy full SHA for b63cf19
ci/dev/vscode.patch
@@ -237,6 +237,20 @@ index 7c668c9744..0778f4f7db 100644
237
- "rimraf": "^3.0.2"
238
}
239
240
+diff --git a/extensions/postinstall.js b/extensions/postinstall.js
241
+index da4fa3e9d0..50f3e1144f 100644
242
+--- a/extensions/postinstall.js
243
++++ b/extensions/postinstall.js
244
+@@ -24,6 +24,9 @@ function processRoot() {
245
+ rimraf.sync(filePath);
246
+ }
247
248
++
249
++ // Delete .bin so it doesn't contain broken symlinks that trip up nfpm.
250
++ rimraf.sync(path.join(__dirname, 'node_modules', '.bin'));
251
252
+
253
+ function processLib() {
254
diff --git a/package.json b/package.json
255
index 86e3d5140d..2e52256e49 100644
256
--- a/package.json
0 commit comments