mirror of
https://github.com/google/blockly.git
synced 2026-01-15 12:57:12 +01:00
Have any npm script that have external effects (e.g. publishing an npm package, pushing a new version to appengine, or updating GitHub Pages) start by running npm ci to ensure that all dependencies are up-to-date with respect to package-lock.json. (This is done by npm and not a gulp script because gulp itself might need updating. So might npm, but that is less likely to make any difference to what gets published/pushed.)
3.7 KiB
3.7 KiB