@nhoizey @zachleat @Netlify @eleven_ty @chriscoyier Exactly right.
@Netlify caches all the dependencies declaired in package.json between builds to speed things up. Only reinstalling when package.json changes.
npx doesn’t stash things locally either on your machine or in @Netlify.
To speed builds up - install and run via npm