Skip to content

Commit

Permalink
add reopenIssuesFromTODOs to daily grunt work, phetsims/chipper#946
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 4, 2023
1 parent 15e22c9 commit 6421058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/daily-grunt-work.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ cd perennial || exit
grunt generate-data
cd ..

##########################################################################################################
# Update perennial/data/ lists, make sure to npm prune and update first see https://github.com/phetsims/perennial/issues/155
echo "REOPEN ISSUES LINKED IN TODOS:"
cd perennial || exit
grunt reopen-issues-from-todos
cd ..

##########################################################################################################

echo "GENERATE DEVELOPMENT STRINGS:"
Expand Down

0 comments on commit 6421058

Please sign in to comment.