Skip to content

Commit

Permalink
fix(options): Explicit --force-local
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent 1d9552c commit 6948a11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/bootstrap/command.js
Expand Up @@ -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.",
Expand Down

0 comments on commit 6948a11

Please sign in to comment.