Skip to content

Commit 9ab8b30

Browse files
authored
eng-924 Start supabase before creating local env (#472)
1 parent 96e18b0 commit 9ab8b30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/database/scripts/createEnv.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ const getVercelToken = () => {
2929
};
3030

3131
const makeLocalEnv = () => {
32+
execSync("supabase start", {
33+
cwd: projectRoot, stdio: "inherit"
34+
});
3235
const stdout = execSync("supabase status -o env", {
3336
encoding: "utf8",
3437
});

0 commit comments

Comments
 (0)