Skip to content

Commit

Permalink
use lerna 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Jun 21, 2023
1 parent dfb7fae commit 1469481
Show file tree
Hide file tree
Showing 4 changed files with 997 additions and 1,358 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
yarn global add lerna
# approach taken from https://github.com/actions/setup-node/issues/85
echo "$(yarn global bin)" >> $GITHUB_PATH
- run: lerna bootstrap
- run: yarn install --frozen-lockfile
- run: lerna run test
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
"version": "independent"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lerna": "^6.4.1",
"lerna": "^7.0.2",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 1469481

Please sign in to comment.