9 lines
227 B
Diff
9 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');
|