diff --git a/.github/workflows/test-cli-tool.yml b/.github/workflows/test-cli-tool.yml index c1ef134..78fe10a 100644 --- a/.github/workflows/test-cli-tool.yml +++ b/.github/workflows/test-cli-tool.yml @@ -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