mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
e3c04978f3
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.