Skip to content

Commit

Permalink
build: switch to yarn to manage deependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveugle committed Dec 23, 2020
1 parent 4c0205f commit 5a34497
Show file tree
Hide file tree
Showing 5 changed files with 13,294 additions and 21,656 deletions.
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.1"
"version": "0.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
Loading

0 comments on commit 5a34497

Please sign in to comment.