IBM / ibm-garage-tekton-tasks

Contains a set of generic Tekton Tasks for use with Tekton Pipelines
Apache License 2.0
34 stars 60 forks source link

The node build task ignores the yarn.lock file #161

Closed seansund closed 2 years ago

seansund commented 2 years ago

If the project uses yarn to install dependencies and/or build the application (evidenced by a yarn.lock) then yarn should be used to install the dependencies.