From be0881ff35676b74fc3bfd4d9b26945521193b91 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 16 Apr 2020 18:46:30 +0200 Subject: [PATCH] scripts/cli-e2e-test: removed yarn init --- scripts/cli-e2e-test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/cli-e2e-test.js b/scripts/cli-e2e-test.js index 4af26e2e41..92d73bfd6a 100644 --- a/scripts/cli-e2e-test.js +++ b/scripts/cli-e2e-test.js @@ -44,8 +44,6 @@ async function main() { process.chdir(tempDir); process.stdout.write(`Temp directory: ${process.cwd()}\n`); - await waitForExit(spawnPiped(['yarn', 'init --yes'])); - const createCmdPath = require('path').join( rootDir, 'packages',