Skip to content

Commit

Permalink
Move to tasks/, see #1459
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 12, 2024
1 parent c1f5ba8 commit 022702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ Updates the normal automatically-generated files for this repository. Includes:
* simulations: generateREADME()
* phet-io simulations: generate overrides file if needed
* create the conglomerate string files for unbuilt mode, for this repo and its dependencies`,
wrapTask( async () => {
} ) );
wrapExecSync( `node ../chipper/js/grunt/tasks/update.js --repo ${repo}` )
);

// This is not run in grunt update because it affects dependencies and outputs files outside of the repo.
grunt.registerTask( 'generate-development-strings',
Expand Down

0 comments on commit 022702a

Please sign in to comment.