Skip to content

Commit

Permalink
add readmeCreatedManually flag to simulation package.json files with …
Browse files Browse the repository at this point in the history
…manual readmes, regenerate readmes, phetsims/utterance-queue#5
  • Loading branch information
zepumph committed Jan 22, 2020
1 parent a0c9747 commit 8bf3dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ module.exports = function( grunt ) {
}

// update README.md only for simulations
if ( packageObject.phet.simulation ) {
if ( packageObject.phet.simulation && !packageObject.phet.readmeCreatedManually ) {
const simVersion = SimVersion.parse( packageObject.version );
generateREADME( repo, simVersion.isSimPublished );
}
Expand Down

0 comments on commit 8bf3dc7

Please sign in to comment.