From ac8385d77e931397b68b068ded7ac83dd1a19d68 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Mon, 14 Oct 2019 14:38:25 -0700 Subject: [PATCH] fix(options): Explicit `--use-workspaces` --- commands/bootstrap/command.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/bootstrap/command.js b/commands/bootstrap/command.js index 30c058d29e..35370bad1e 100644 --- a/commands/bootstrap/command.js +++ b/commands/bootstrap/command.js @@ -58,6 +58,11 @@ exports.builder = yargs => { describe: "Don't allow warnings when hoisting as it causes longer bootstrap times and other issues.", type: "boolean", }, + "use-workspaces": { + group: "Command Options:", + describe: "Enable integration with Yarn workspaces.", + type: "boolean", + }, "force-local": { group: "Command Options:", describe: "Force local sibling links regardless of version range match",