Skip to content

Commit

Permalink
[#121] Remove deprecated lerna bootstrap command
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Sep 28, 2023
1 parent e4abfc6 commit 50c031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "npm"

- name: NPM install
run: npm ci && lerna bootstrap --ci
run: npm ci

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

0 comments on commit 50c031e

Please sign in to comment.