Skip to content

Commit

Permalink
chore: update to use lerna@7 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Sep 28, 2023
1 parent 2456ed6 commit f03670b
Show file tree
Hide file tree
Showing 4 changed files with 2,160 additions and 3,258 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver --verbose
working-directory: packages/cli
# Re-build packages, ensuring packages/webdriverjs/dist exists.
- run: npx lerna run prepare
# lerna link after installing the latest version of chromedriver, as we depend on webdriverJS
- run: npx lerna link
working-directory: packages/cli
- run: npm run coverage --workspace=packages/cli

webdriverjs:
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"useWorkspaces": true,
"version": "4.7.3"
}
Loading

0 comments on commit f03670b

Please sign in to comment.