mirror of
https://github.com/google/blockly.git
synced 2026-03-07 05:40:12 +01:00
To make `npm install` and `npm ci` faster, and to avoid redundant work when doing either of these followed by `npm run build` (or any other script which does a build), delete the `prepare` script and instead add an invocation of `npm run deps` to the beginning of the `start` script.