Skip to content

Commit

Permalink
fix: supabase use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 30, 2024
1 parent e5fc024 commit eb3a17f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,9 @@ jobs:
docker:
- image: cimg/node:20.7.0
steps:
- run: sudo npm install -g supabase
- run: supabase login
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
- run: npx supabase login
- run: npx supabase link --project-ref $SUPABASE_PROJECT_ID
- run: npx supabase db push
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit eb3a17f

Please sign in to comment.