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: use 'yarn run' for buildspec.yaml #1143

Closed marofke closed 7 months ago

marofke commented 7 months ago

Background

In a previous change to update to Node 18, we missed adding the run keyword to the yarn commands in the buildspec.yaml file, leading to pipeline failures.

Specifically the yarn pack command was causing failures, as we need to run yarn run pack to run our pack.sh script.


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