From 0c9324eb09b9e2ad95a55273e0ab3e09989a9d34 Mon Sep 17 00:00:00 2001 From: Olivier Refalo Date: Mon, 10 Jun 2024 14:07:38 +0400 Subject: [PATCH] chore: github actions are a pain to maintain --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e28a47e..1f14c261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Svelte Sync if: success() || failure() # Run even if previous failed - run: pnpx svelte-kit sync + run: pnpx exec svelte-kit sync - name: Svelte Check if: success() || failure() # Run even if previous failed