From 6948a11dbc2f845db78a2c666d0ea8160612e41e Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Mon, 14 Oct 2019 14:38:09 -0700 Subject: [PATCH] fix(options): Explicit `--force-local` --- commands/bootstrap/command.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/bootstrap/command.js b/commands/bootstrap/command.js index f4e633ce4c..30c058d29e 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", }, + "force-local": { + group: "Command Options:", + describe: "Force local sibling links regardless of version range match", + type: "boolean", + }, contents: { group: "Command Options:", describe: "Subdirectory to use as the source of any links. Must apply to ALL packages.",