We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc90869 commit 12bc167Copy full SHA for 12bc167
lib/git_see_feature_files/index.js
@@ -22,9 +22,7 @@ const main = async () => {
22
}
23
24
if (featureBranch) {
25
- runCommand("gcm");
26
- runCommand("gpm");
27
- runCommand(`git merge --no-commit --no-ff origin/${featureBranch}`);
+ runCommand(`gcpm && git merge --no-commit --no-ff origin/${featureBranch}`);
28
} else {
29
process.exit(0);
30
0 commit comments