From 064a4b18707ecc8ae454559ceac3c9a63c91faa2 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Fri, 4 Oct 2024 16:50:48 +0900 Subject: [PATCH] chore: schema generation --- .github/workflows/update-configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-configuration.yml b/.github/workflows/update-configuration.yml index af23688..fbaa998 100644 --- a/.github/workflows/update-configuration.yml +++ b/.github/workflows/update-configuration.yml @@ -23,7 +23,7 @@ jobs: - name: Install deps and run configuration update run: | - yarn install --immutable --immutable-cache --check-cache + yarn install yarn tsc --noCheck --project tsconfig.json - name: Update manifest configuration using GitHub Script