Skip to content

Commit 3008e37

Browse files
committed
Actually undo changes to e-backport
1 parent c8d0ac6 commit 3008e37

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/e-backport.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ program
9191
`Failed to checkout new branch "${manualBpBranch}"`,
9292
);
9393

94-
spawnSync(
95-
config,
96-
'yarn',
97-
['install', '--prod'],
98-
gitOpts,
99-
`Failed to do "yarn install" on new branch`,
100-
);
94+
spawnSync(config, 'yarn', ['install'], gitOpts, `Failed to do "yarn install" on new branch`);
10195

10296
const cherryPickResult = spawnSync(config, 'git', ['cherry-pick', pr.merge_commit_sha], {
10397
cwd: gitOpts.cwd,

0 commit comments

Comments
 (0)