Skip to content

Commit f03670b

Browse files
authored
chore: update to use lerna@7 (#844)
1 parent 2456ed6 commit f03670b

File tree

4 files changed

+2160
-3258
lines changed

4 files changed

+2160
-3258
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
- shell: 'script -q -e -c "bash {0}"'
6262
run: npx browser-driver-manager install chromedriver --verbose
6363
working-directory: packages/cli
64-
# Re-build packages, ensuring packages/webdriverjs/dist exists.
65-
- run: npx lerna run prepare
66-
# lerna link after installing the latest version of chromedriver, as we depend on webdriverJS
67-
- run: npx lerna link
68-
working-directory: packages/cli
6964
- run: npm run coverage --workspace=packages/cli
7065

7166
webdriverjs:

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"useWorkspaces": true,
32
"version": "4.7.3"
43
}

0 commit comments

Comments
 (0)