From 8cdc90a8d04a6b0133ed8397626d322571978532 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Wed, 2 Jul 2025 23:17:33 +0900 Subject: [PATCH] ci(.github/workflows/autofix): use 'pnpm run' for prettier script for consistency --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fb1f2ae0ae..98be6a30a5 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Tools uses: tanstack/config/.github/setup@main - name: Fix formatting - run: pnpm prettier:write + run: pnpm run prettier:write - name: Apply fixes uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 with: