-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(config-lerna-scopes): reuse npm bootstrap to simplify tests (#2479)
* chore: update dependency @lerna/project to v4 (#2447) * chore: update dependency @lerna/project to v4 * feat!: update to lerna v4 BREAKING CHANGE: upgrade to lerna v4 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: escapedcat <github@htmlcss.de> * test(config-lerna-scopes): reuse npm bootstrap to simplify tests * test(config-lerna-scopes): reuse npm bootstrap to simplify tests * test: fix issue after merge * test: one more fix after merge Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: escapedcat <github@htmlcss.de>
- Loading branch information
1 parent
b0776ad
commit 9a7a43a
Showing
12 changed files
with
16 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
@commitlint/config-lerna-scopes/fixtures/lerna-two/lerna.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
@commitlint/config-lerna-scopes/fixtures/lerna-two/package.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
@commitlint/config-lerna-scopes/fixtures/lerna-two/packages/a2/package.json
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
@commitlint/config-lerna-scopes/fixtures/lerna-two/packages/b2/package.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import * as fix from './fix'; | ||
import * as git from './git'; | ||
import * as lerna from './lerna'; | ||
import * as npm from './npm'; | ||
|
||
export {fix, git, lerna, npm}; | ||
export {fix, git, npm}; |
This file was deleted.
Oops, something went wrong.