README.adoc lists yarn for building, while scripts run with npm only
In the commit e317ca42 the text in the README changed:
It now states that it should build with yarn
.
Looking at the Dockerfile, this project still uses npm to install all packages. Also a package-lock.json
as used by npm is present in the project
The project's README should be consistent with the build of the project.