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

Check for property existance for GetImageResult. #375

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

dudil
Copy link
Contributor

@dudil dudil commented Feb 22, 2024

Fix npm run build fails due to getImage() return type GetImageResult #364


This issue happens when you are running "astro check".
With the original commands you posted this is not a visible error and will not cause any issues.
However, seems like cloudfront deployment pipeline (might be others as well) is running this command which caused a failure with the deployment process.

NB There is also requirement to install astro/check plugin and the js-yaml package.

Have not added them on this specific PR to avoid too many changes.
Will be happy to add them and submit another PR if this is fine by you :)

Fix npm run build fails due to getImage() return type GetImageResult onwidget#364
@prototypa prototypa merged commit 1c3f2b2 into onwidget:main Feb 24, 2024
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.

2 participants