Skip to content

Commit

Permalink
fix: supabase install
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 30, 2024
1 parent 99a1b55 commit 29a0eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29a0eb7

Please sign in to comment.