Skip to content

Commit

Permalink
Update docs and rename 'tsc' => 'check' in precommit hooks, see phets…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 21, 2024
1 parent 7fe3c88 commit c0f0af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/QuickServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class QuickServer {
async testTSC() {
winston.info( 'QuickServer: tsc' );

// Use the "node" executable so that it works across platforms, launching `tsc` as the command on windows results in ENOENT -4058.
// Use grunt so that it works across platforms, launching `tsc` as the command on windows results in ENOENT -4058.
// Pretty false will make the output more machine readable.
return execute( gruntCommand, [ 'check', '--everything', '--pretty', 'false' ], `${this.rootDir}/chipper`, EXECUTE_OPTIONS );
}
Expand Down

0 comments on commit c0f0af8

Please sign in to comment.