Skip to content

Commit c5eec21

Browse files
authored
use npm instead of yarn (#62)
This PR targets develop branch. Many of dependencies are outdated and need to be updated, so I want to make a series of improvements like bumping dependencies or moving to typescript. Using npm will be the first change. npm is now faster than yarn and we can use `lerna bootstrap --hoist` as it doesn't support yarn
1 parent ca4337a commit c5eec21

13 files changed

Lines changed: 37872 additions & 24325 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"npmClient": "yarn",
6+
"npmClient": "npm",
77
"version": "independent"
88
}

0 commit comments

Comments
 (0)