feat(1.94): update patches and build process (#2047)

This commit is contained in:
Baptiste Augrain
2024-10-07 16:33:38 +02:00
committed by GitHub
parent 5e4ba54b43
commit 48cabed6ba
17 changed files with 316 additions and 280 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 9ca239e..b0b2929 100644
index e38c2cb..e00627c 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -118,2 +118,3 @@ for (let dir of dirs) {
opts = { env };
@@ -134,2 +134,3 @@ for (let dir of dirs) {
setNpmrcConfig('remote', opts.env);
+ continue;
} else if (/^extensions\//.test(dir)) {
}