Skip to content

Commit

Permalink
chore: use path to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 20, 2024
1 parent 3f1cdc3 commit c32351c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- run: yarn config set nodeLinker node-modules
- run: yarn init -y
- run: yarn add -D ./supabase-1.28.0.tgz
- run: yarn run -T supabase --version
# - run: yarn run -T supabase --version
- run: ./node_modules/.bin/supabase --version

pnpm:
needs: pack
Expand Down

0 comments on commit c32351c

Please sign in to comment.