Skip to content

Commit

Permalink
use sage run, phetsims/chipper#1506
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 4, 2024
1 parent 39016c9 commit 4892575
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bin/daily-grunt-work.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ grunt checkout-main-all
cd ..

perennial/bin/clone-missing-repos.sh
node perennial/js/scripts/pull-all.js
node perennial/js/scripts/push-all.js
perennial/bin/sage run perennial/js/scripts/pull-all.js
perennial/bin/sage run perennial/js/scripts/push-all.js

perennial/bin/for-each.sh perennial/data/active-repos "npm prune && npm update; git stash"

cd chipper || exit
node js/scripts/transpile.js
../perennial/bin/sage run js/scripts/transpile.js
cd ..

###########################################################################################################
Expand All @@ -62,7 +62,7 @@ cd ..
##########################################################################################################
# Update responsible dev/designer markdown output
echo "TASK - RESPONSIBLE DEV MARKDOWN:"
node ./phet-info/sim-info/generateMarkdownOutput.mjs
perennial/bin/sage run ./phet-info/sim-info/generateMarkdownOutput.mjs
cd phet-info || exit
git commit -am "Update responsible_dev markdown output from daily grunt work" --no-verify
git push
Expand Down Expand Up @@ -105,14 +105,14 @@ cd ..

echo "TASK - PUBLISH LATEST PHET_IO LINKS:"
cd perennial || exit
node js/scripts/publish-phet-io-latest-links.js /data/web/htdocs/dev/phet-io/latest
bin/sage run js/scripts/publish-phet-io-latest-links.js /data/web/htdocs/dev/phet-io/latest
cd ..

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

echo "TASK - UPDATE LOCALE INFO FILES"
cd chipper/js/data || exit
node updateLocaleInfo.js
../perennial/bin/sage run updateLocaleInfo.js
cd ../../..

##########################################################################################################
Expand Down Expand Up @@ -144,7 +144,7 @@ cd ..
# No grunt work below this point.
# Final clean up steps, just to be sure
echo "TASK - PUSH ALL CLEANUP:"
node perennial/js/scripts/pull-all.js
node perennial/js/scripts/push-all.js
perennial/bin/sage run perennial/js/scripts/pull-all.js
perennial/bin/sage run perennial/js/scripts/push-all.js
date
echo "TASK - DAILY GRUNT WORK COMPLETE"

0 comments on commit 4892575

Please sign in to comment.