We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c3456 + dd2d881 commit 4d6b783Copy full SHA for 4d6b783
1 file changed
packages/database/scripts/deploy.ts
@@ -10,6 +10,7 @@ const main = () => {
10
console.error("Is git installed?");
11
process.exit(1);
12
}
13
+ console.log(stdout);
14
const lines = stdout.split("\n");
15
if (lines[0] != "## main...origin/main") {
16
console.log("Not on main branch, not deploying database");
0 commit comments