Skip to content

Replace npm call with yarn

username-removed-636429 requested to merge add-yarn-support into master

After gitlab-omnibus-builder!30 (merged) gets merged, this will replace the call to npm with yarn so that locked dependency versions are honored.

This should be backward-compatable with versions of gitlab-ce which don't contain yarn.lock as well so compiling stable branches of prior versions won't be affected.

Merge request reports