From e3d9cc6c0420283d60ff9d60ce600ed2505ab396 Mon Sep 17 00:00:00 2001 From: groninge Date: Thu, 26 Sep 2024 13:59:38 +0200 Subject: [PATCH] update github actions --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 05e0735b..4834dab6 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -21,4 +21,4 @@ runs: - name: Generate api typings shell: bash - run: pnpm graphql:gen + run: pnpm --filter api graphql:gen