aws / aws-rfdk

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://docs.aws.amazon.com/rfdk/index.html
Apache License 2.0
105 stars 38 forks source link

chore: update build command to use yarn #1162

Closed jusiskin closed 6 months ago

jusiskin commented 6 months ago

Problem

Since upgrading to NodeJS 18 to build the RFDK, there are issues building using the build.sh script directly. While this has been updated in some places, there are still some references remaining

Solution

Replace direct build.sh invocations with yarn build.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license