nodeshift-archived / ubi8-s2i-web-app

Apache License 2.0
26 stars 28 forks source link

Use "npx yarn ...." instead of yarn install #40

Closed lholmquist closed 5 years ago

lholmquist commented 5 years ago

related to this issue from the node image: https://github.com/nodeshift/centos7-s2i-nodejs/issues/179

This image inherits the yarn that is installed in the regular s2i-nodejs image. The issue above is going to remove the install in favor of using npx.

This image will need to also change to do something similar