From ef09ad1a379e769527a9839124e03038b61f8425 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Mon, 4 Sep 2023 23:44:05 +0900 Subject: [PATCH] perf(workflows/ci.yml): shorten time --- .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 cc198d450..3da300282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: cache-dependency-path: 'pnpm-lock.yaml' node-version-file: '.nvmrc' - run: pnpm install --frozen-lockfile - - run: pnpm build + - run: pnpm build --filter=@suspensive/react --filter=@suspensive/react-query - name: Run commands run: ${{ matrix.command }}