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: update packages and rebuild deps on startup #231

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Conversation

smrz2001
Copy link
Contributor

@smrz2001 smrz2001 commented Feb 8, 2024

Node bindings need to be rebuilt after installing packages with --ignore-scripts. The update.sh script was also missing a npm run build command at the end, which should be there because we're updating deps.

I removed exit reporting in my previous PR because it seemed unnecessary but it's still useful because the bindings issue was causing the tests to crash silently.

All tests are passing with these changes.

@smrz2001 smrz2001 self-assigned this Feb 8, 2024
@smrz2001 smrz2001 changed the title Fix/rebuild fix: update packages and rebuild deps on startup Feb 8, 2024
Copy link

@3benbox 3benbox left a comment

Choose a reason for hiding this comment

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

LGTM

@smrz2001 smrz2001 merged commit 91ce457 into main Feb 8, 2024
1 check passed
@smrz2001 smrz2001 deleted the fix/rebuild branch February 8, 2024 15:17
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