Skip to content

Commit

Permalink
[#121] Remove lerna CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Sep 28, 2023
1 parent 574ae8c commit 7cfd708
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 7cfd708

Please sign in to comment.