Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 10, 2024
1 parent 5160fb8 commit e9bc43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/tasks/maintenance-check-branch-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ import Maintenance from '../../common/Maintenance';

winston.default.transports.console.level = 'error';

// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461
( async () => Maintenance.checkBranchStatus() )();
1 change: 1 addition & 0 deletions js/grunt/tasks/maintenance-create-patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ import Maintenance from '../../common/Maintenance';

winston.default.transports.console.level = 'error';

// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461
( async () => Maintenance.checkBranchStatus() )();
1 change: 1 addition & 0 deletions js/grunt/tasks/maintenance-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
*/
import Maintenance from '../../common/Maintenance';

// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461
( async () => Maintenance.list() )();

0 comments on commit e9bc43c

Please sign in to comment.