Skip to content

Commit

Permalink
fix: configure Lerna to use Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhardman committed Jan 20, 2020
1 parent 50d921c commit 13fc959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"commit": "node scripts/commit.js",
"lerna-version": "lerna publish --skip-git --skip-npm --force-publish=*",
"prepare-release": "npm-run-all build test lerna-version build commit",
"bootstrap": "lerna bootstrap"
"bootstrap": "lerna bootstrap --npm-client=yarn"
},
"ava": {
"babel": {
Expand Down

0 comments on commit 13fc959

Please sign in to comment.