Skip to content

Commit

Permalink
Revert "Pass repo to check, see phetsims/perennial#364"
Browse files Browse the repository at this point in the history
This reverts commit 81ff4ea.
  • Loading branch information
zepumph committed Oct 23, 2024
1 parent 0da607f commit c336b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/scripts/hook-pre-commit-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const repo = getArg( 'repo' );

else if ( command === 'check' ) {
const success = await check( {
repo: repo,
all: true,
silent: !outputToConsole
} );
Expand Down

0 comments on commit c336b87

Please sign in to comment.