Skip to content

Commit c8d0ac6

Browse files
committed
Actually undo changes to e-recv
1 parent 1a1701b commit c8d0ac6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/e-rcv.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,7 @@ program
257257
`Failed to checkout new branch "${rcvBranch}"`,
258258
);
259259

260-
spawnSync(
261-
config,
262-
'yarn',
263-
['install', '--prod'],
264-
spawnOpts,
265-
'Failed to do "yarn install --prod" on new branch',
266-
);
260+
spawnSync(config, 'yarn', ['install'], spawnOpts, 'Failed to do "yarn install" on new branch');
267261

268262
// Update the Chromium version in DEPS
269263
const regexToReplace = new RegExp(`(chromium_version':\n +').+?',`, 'gm');

0 commit comments

Comments
 (0)