Only call yarn install if cache is not there yet
To speed up builds now we run yarn install […]
only if node_modules
does not exist which indicates that the cache was not restored.
This should speed up builds if we did not change anything in the `yarn.lock' file
Edited by Carlos Sanchez