mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-08 20:31:49 +01:00
10 lines
227 B
Diff
10 lines
227 B
Diff
--- a/build/npm/postinstall.js
|
|
+++ b/build/npm/postinstall.js
|
|
@@ -72,6 +72,3 @@
|
|
|
|
yarnInstall(dir, opts);
|
|
}
|
|
-
|
|
-cp.execSync('git config pull.rebase merges');
|
|
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');
|