Skip to content

Commit

Permalink
Update postinstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Jan 21, 2024
1 parent 64159a0 commit 53ef3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async function main() {
".bin",
"supabase"
);
const dstPath = "bin";
const dstPath = path.join("bin", "supabase");
await fs.promises.cp(srcPath, dstPath);
}

Expand Down

0 comments on commit 53ef3fe

Please sign in to comment.