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

Make web-build missing dev dependency #391

Open
dcoric opened this issue Jan 14, 2025 · 1 comment
Open

Make web-build missing dev dependency #391

dcoric opened this issue Jan 14, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dcoric
Copy link
Collaborator

dcoric commented Jan 14, 2025

With an upgraded node version parsing env parameters fails. Resolution is to add dev dependency @types/node

@dcoric dcoric self-assigned this Jan 15, 2025
@dcoric dcoric added the bug Something isn't working label Jan 15, 2025
@dcoric
Copy link
Collaborator Author

dcoric commented Jan 15, 2025

OK, the root cause is that I'm using a post-build script that is automatically triggered after the build. The issue with this one is that it is not propagating env parameters that are passed to the build command.
Easiest solution is to remove a post-build step, and trigger a YK Web build manually from the make file and pass the required parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant