Skip to content

Commit

Permalink
chore: ls bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 20, 2024
1 parent 6824320 commit 962d7c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
with:
name: installer

# Berry fails to find executable on windows
# - run: yarn set version berry
- run: yarn init -y
- run: yarn add -D ./supabase-1.28.0.tgz
- run: yarn supabase --version
Expand All @@ -77,12 +75,12 @@ jobs:
name: installer

# Berry fails to find executable on windows
- run: |
echo "nodeLinker: node-modules" > .yarnrc.yml
- run: yarn set version berry
- run: yarn config set nodeLinker node-modules
- run: yarn init -y
- run: yarn add -D ./supabase-1.28.0.tgz
- run: ls .
- run: ls node_modules
- run: ls node_modules\.bin
- run: yarn supabase --version

pnpm:
Expand Down

0 comments on commit 962d7c4

Please sign in to comment.