Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 25, 2024
1 parent 10c4197 commit b83e4a6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,6 @@ async function main() {
path: path.resolve("."),
pkg: { ...pkg, bin: { [pkg.name]: binPath } },
});
if (platform === "windows") {
const srcPath = path.join(
process.env.INIT_CWD,
"node_modules",
".bin",
"supabase"
);
const dstPath = path.join("bin", "supabase");
await fs.promises.cp(srcPath, dstPath);
}

console.info("Installed Supabase CLI successfully");
}
Expand Down

0 comments on commit b83e4a6

Please sign in to comment.