mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 12:06:41 +02:00
11 lines
329 B
Diff
11 lines
329 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
|
|
@@ -110,6 +110,3 @@
|
|
|
|
yarnInstall(dir, opts);
|
|
}
|
|
-
|
|
-cp.execSync('git config pull.rebase merges');
|
|
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');
|