Skip to content

Commit 41c7c9a

Browse files
committed
debug
1 parent 5c2023b commit 41c7c9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildutils/src/release-bump.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ commander
5555
throw new Error('Cannot increment a build on a final release');
5656
}
5757

58+
// debug
59+
utils.run('git status');
60+
5861
// Run pre-bump script.
5962
utils.prebump();
6063

0 commit comments

Comments
 (0)