From 37b14171090588a5afb738a2a53afdc88503008d Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Sun, 21 Jul 2024 13:28:15 -0400 Subject: [PATCH] burh --- .github/workflows/sync-type.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-type.yaml b/.github/workflows/sync-type.yaml index cb32709..3088854 100644 --- a/.github/workflows/sync-type.yaml +++ b/.github/workflows/sync-type.yaml @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Update config types run: | + rm -f stardust-config.d.ts; echo $(curl https://raw.githubusercontent.com/spaceness/stardust/main/src/types/config.d.ts) > stardust-config.d.ts; git add .; - name: Push changes