Skip to content

Commit 7ec441b

Browse files
committed
testing
1 parent 3aee902 commit 7ec441b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dashboard/src/projects/ConfigureProject.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,10 @@ export default function () {
215215
return;
216216
}
217217
if (!prebuildWasTriggered) {
218+
console.log("needs to be rebuild")
218219
await buildProject();
219220
}
221+
console.log("redirecting to " + project?.cloneUrl)
220222
history.push(`/#${project?.cloneUrl}`);
221223
}
222224

0 commit comments

Comments
 (0)