Skip to content

Commit

Permalink
fix: Update yarn workspaces error prompt link (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggb authored and evocateur committed Nov 6, 2018
1 parent 140e6b5 commit d6e6a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Project {
"EWORKSPACES",
dedent`
Yarn workspaces need to be defined in the root package.json.
See: https://github.com/lerna/lerna#--use-workspaces
See: https://github.com/lerna/lerna/blob/master/commands/bootstrap/README.md#--use-workspaces
`
);
}
Expand Down

0 comments on commit d6e6a42

Please sign in to comment.