mirror of
https://github.com/google/blockly.git
synced 2026-05-09 13:40:11 +02:00
8cbe12d0e4
Have npm prepare do nothing when running in CI. We don't need to do any building, because npm test will build everything needed in the workflows in which it is run, and we don't want to build anything in other workflows because a tsc error would prevent those workflows from completing.