Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Use yarn workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Mar 4, 2019
1 parent 2c15408 commit 114b2e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"npmClient": "yarn",
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "independent"
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"private": true,
"devDependencies": {
"lerna": "^3.13.1"
}
},
"workspaces": [
"packages/*"
]
}

0 comments on commit 114b2e9

Please sign in to comment.