Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use 'yarn run' for buildspec.yaml #1143

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

marofke
Copy link
Contributor

@marofke marofke commented Nov 23, 2023

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

Signed-off-by: Caden Marofke <marofke@amazon.com>
@jusiskin jusiskin changed the title fix: Use 'yarn run' for buildspec.yaml chore: use 'yarn run' for buildspec.yaml Nov 23, 2023
@jusiskin jusiskin merged commit fc50da7 into mainline Nov 23, 2023
3 checks passed
@jusiskin jusiskin deleted the marofke/fix-buildspec-pack branch November 23, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants