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: ensure bin/jq symlinked to node_modules/.bin #670

Merged
merged 1 commit into from Mar 5, 2024

Conversation

mtfurlan
Copy link
Contributor

@mtfurlan mtfurlan commented Mar 4, 2024

It appears that if bin/jq doesn't exist during the npm install target,
it won't get symlinked to ~/node_modules/.bin
So fetch it in preinstall instead

fixes: #669

It appears that if bin/jq doesn't exist during the npm install target,
it won't get symlinked to ~/node_modules/.bin
So fetch it in preinstall instead
@davesnx davesnx merged commit d339ef9 into sanack:main Mar 5, 2024
10 checks passed
Copy link

github-actions bot commented Mar 5, 2024

🎉 This PR is included in version 4.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not showing up in node_modules/.bin until npm rebuild
2 participants