Skip to content

Commit

Permalink
prefer Gruntfile.cjs for clarity, phetsims/perennial#410
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 19, 2024
1 parent 8b150c3 commit 688eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts/hook-pre-commit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022-2024, University of Colorado Boulder

/**
* Runs tasks for pre-commit, including lint and qunit testing. Avoids the overhead of grunt and Gruntfile.js for speed.
* Runs tasks for pre-commit, including lint and qunit testing. Avoids the overhead of grunt and Gruntfile.cjs for speed.
*
* Should only be run when developing in main, because when dependency shas are checked out for one sim,
* they will likely be inconsistent for other repos which would cause failures for processes like type checking.
Expand Down

0 comments on commit 688eed7

Please sign in to comment.