Skip to content

Commit

Permalink
webpack-cli: tweaks
Browse files Browse the repository at this point in the history
- Swapped `yarn` for `arborist`
- Test suite runs mostly fine but there are some extra errors worth
exploring
  • Loading branch information
ruyadorno committed Apr 23, 2020
1 parent 215f3aa commit 140bd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "3.20.2",
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"npmClient": "arborist",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepareSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function extractFolder(folderToRead, folders = []) {
{
Promise.all(
collectTestingFoldersWithPackage().map(async (folder) => {
return execa('yarn', {
return execa('arborist', ['.', '--legacy-peer-deps'], {
cwd: folder,
stdio: 'inherit',
});
Expand Down

0 comments on commit 140bd24

Please sign in to comment.