From 7f5dad4c5cfe6d86263a80d3d6248a237d11593f Mon Sep 17 00:00:00 2001 From: stakbucks Date: Fri, 16 Aug 2024 01:59:12 +0900 Subject: [PATCH] test --- .github/workflows/preview_bottle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview_bottle.yaml b/.github/workflows/preview_bottle.yaml index 300e8d4..97ca600 100644 --- a/.github/workflows/preview_bottle.yaml +++ b/.github/workflows/preview_bottle.yaml @@ -53,7 +53,7 @@ jobs: - name: Check for changes using Turbo id: turbo-check run: | - cd packages/e2e && npx turbo-ignore --task=test:e2e + cd packages/e2e && pnpx turbo-ignore --task=test:e2e - name: Set CI status if: steps.turbo-check.outputs.changed != 'true'