Skip to content

Commit

Permalink
fix(options): Explicit --use-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent 6948a11 commit ac8385d
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",
},
"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",
Expand Down

0 comments on commit ac8385d

Please sign in to comment.