From 5bcbc6b12ce9957db946179cc2dd7367673825e1 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Sun, 21 Jan 2024 02:55:43 +0800 Subject: [PATCH] chore: use exec --- .github/workflows/install.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 9a33f7cef..b0763b733 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -79,8 +79,7 @@ jobs: - run: yarn config set nodeLinker node-modules - run: yarn init -y - run: yarn add -D ./supabase-1.28.0.tgz - - run: cat node_modules\supabase\package.json - - run: yarn supabase --version + - run: yarn exec supabase --version pnpm: needs: pack