diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f16ddbb..185411f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: - uses: nrwl/nx-set-shas@v4 - - run: pnpm nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after=e2e + - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after=e2e # - run: pnpm nx-cloud record -- nx format:check - - run: pnpm nx affected -t lint test build e2e + - run: npx nx affected -t lint test build e2e