Open
Description
Here's a few ideas.
- clone
build
branch so thatnpm i
etc doesn't have to run locally - Only
npm install / build
if CSS/JS files changed - Skip
composer install
when not needed for build scripts - Reuse & clean existing git/svn clones instead of re-cloning
npm install
and composer install
are probably where we'll see the most impact
xref #15