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

fix: include babel-config and global install twilio for internal testing #809

Merged
merged 4 commits into from Oct 28, 2022

Conversation

childish-sambino
Copy link
Contributor

No description provided.


RUN npm install . --include=dev

RUN npm run build || true # tsc completes but with errors that need to be addressed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious on what the usage of "true" in this statement. Can it be RUN npm run build || #comment...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm run build currently has a non-zero return value (it fails) so adding a || true enables the image to continue on its merry.

@childish-sambino childish-sambino merged commit fc329d6 into 4.0.0-rc Oct 28, 2022
@childish-sambino childish-sambino deleted the fix-dockerfile branch October 28, 2022 16:48
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.

None yet

2 participants