Skip to content

Commit 4d6b783

Browse files
authored
Merge pull request #172 from DiscourseGraphs/ENG-328-experiment
experiment to know what to expect
2 parents 55c3456 + dd2d881 commit 4d6b783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/database/scripts/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const main = () => {
1010
console.error("Is git installed?");
1111
process.exit(1);
1212
}
13+
console.log(stdout);
1314
const lines = stdout.split("\n");
1415
if (lines[0] != "## main...origin/main") {
1516
console.log("Not on main branch, not deploying database");

0 commit comments

Comments
 (0)