diff --git a/.github/workflows/e2e-playwright-reusable.yml b/.github/workflows/e2e-playwright-reusable.yml index 2278ce825..e29ba091b 100644 --- a/.github/workflows/e2e-playwright-reusable.yml +++ b/.github/workflows/e2e-playwright-reusable.yml @@ -52,7 +52,7 @@ jobs: with: name: npm-logs path: /home/runner/.npm/_logs/ - - run: pnpm ci:build -- aca-playwright-shared + - run: pnpm ci:build aca-playwright-shared - run: pnpm build -- $BUILD_OPTS - name: dist cache diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 933675d47..c3b012e7e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -121,7 +121,7 @@ jobs: with: name: npm-logs path: /home/runner/.npm/_logs/ - - run: pnpm ci:build -- aca-playwright-shared + - run: pnpm ci:build aca-playwright-shared - run: pnpm build -- $BUILD_OPTS - name: dist cache diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index fd7d87f31..0625d224f 100644 --- a/.github/workflows/run-e2e-with-env.yml +++ b/.github/workflows/run-e2e-with-env.yml @@ -73,7 +73,7 @@ jobs: cache: 'pnpm' - uses: ./.github/actions/before-install - run: pnpm install --frozen-lockfile - - run: pnpm ci:build -- aca-playwright-shared + - run: pnpm ci:build aca-playwright-shared - run: pnpm build -- $BUILD_OPTS - name: dist cache