Skip to content

Commit

Permalink
chore: use top level flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 20, 2024
1 parent 5bcbc6b commit 3f1cdc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- run: yarn config set nodeLinker node-modules
- run: yarn init -y
- run: yarn add -D ./supabase-1.28.0.tgz
- run: yarn exec supabase --version
- run: yarn run -T supabase --version

pnpm:
needs: pack
Expand Down
1 change: 0 additions & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async function main() {
if (platform == "windows") {
// Update bin path in package.json
pkg.bin[pkg.name] += ".exe";
await fs.promises.writeFile("package.json", JSON.stringify(pkg));
}

const binPath = pkg.bin[pkg.name];
Expand Down

0 comments on commit 3f1cdc3

Please sign in to comment.