-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Expected Behavior
It seems that lerna run isn't running on packages from a monorepo.
Until v3.13.4 it used to work fine
Current Behavior
It is not working after v3.14.x
Steps to Reproduce (for bugs)
- Clone this repo
- Install dependencies
yarn - Run
yarn build> which will create a lib directory on every package - Check out if the lib directory has been created for the alert package:
/farmblocks/packages/alert/lib - Remove this directory
- Upgrade lerna to the latest version (or v3.14.x)
yarn add --dev lerna@latest -W - Run
yarn buildagain. The directory/farmblocks/packages/alert/libshould've been created but it was not.
lerna.json
<!-- Please paste your `lerna.json` here -->
{
"lerna": "3.13.1",
"packages": ["packages/*"],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": true,
"message": "chore(release): [ci skip] publish"
}
},
"npmClient": "yarn",
"useWorkspaces": true
}Context
Your Environment
| Executable | Version |
|---|---|
lerna --version |
3.15.0 |
yarn --version |
1.16.0 |
node --version |
12.1.0 |
| OS | Version |
|---|---|
| macOS Mojave | 10.14 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels