Skip to content

Commit

Permalink
--all is the option now, phetsims/perennial#364
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 23, 2024
1 parent 97aa67f commit c61abcc
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 @@ -241,7 +241,7 @@ class QuickServer {

// 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 );
return execute( gruntCommand, [ 'check', '--all', '--pretty', 'false' ], `${this.rootDir}/chipper`, EXECUTE_OPTIONS );
}

/**
Expand Down

0 comments on commit c61abcc

Please sign in to comment.