From 29a0eb7c20a0d18042bb613d6d92ba318be0cba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Nunes?= Date: Sat, 30 Nov 2024 17:49:28 +0000 Subject: [PATCH] fix: supabase install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e47104d52e..21ed793bbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -372,7 +372,7 @@ jobs: - image: cimg/node:20.7.0 steps: - checkout - - run: npm install -g @supabase/cli + - run: npm install -g supabase - run: supabase link --project-ref $SUPABASE_PROJECT_ID - run: supabase db push # Run cypress e2e tests on chrome