Skip to content

Commit 50c031e

Browse files
committed
[#121] Remove deprecated lerna bootstrap command
1 parent e4abfc6 commit 50c031e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cli-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "npm"
2626

2727
- name: NPM install
28-
run: npm ci && lerna bootstrap --ci
28+
run: npm ci
2929

3030
- name: Run tests
3131
run: npm run test --workspace=packages/cli-tool

0 commit comments

Comments
 (0)