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