mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
11 lines
346 B
Diff
11 lines
346 B
Diff
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
|
|
index 187f123..8e489fb 100644
|
|
--- a/build/npm/postinstall.js
|
|
+++ b/build/npm/postinstall.js
|
|
@@ -72,6 +72,3 @@ for (let dir of dirs) {
|
|
|
|
yarnInstall(dir, opts);
|
|
}
|
|
-
|
|
-cp.execSync('git config pull.rebase merges');
|
|
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');
|