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 js file is copied to expected place #838

Merged
merged 1 commit into from May 17, 2022

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented May 17, 2022

cpy-cli was upgraded to a new major version by #818 which has since resulted in getBigInt.js being copied into lib/src/getBigInt.js instead of lib/getBigInt.js which has broken the latest release (#837).

I can't see what the breaking change in cpy-cli that is causing this, but frankly we've only got getBigInt.js to support lower versions of node so we shouldn't be expecting to copy any other js file & so I've just replaced it with cp which is available on standard Linux & MacOS systems (and I believe PowerShell on Windows).

This'll unbreak the library for the meantime at least - we can always add cpy-cli back in future.

Resolves #837

@G-Rath G-Rath merged commit 90e2e1d into master May 17, 2022
@G-Rath G-Rath deleted the replace-cpy-with-copy branch May 17, 2022 20:01
streamich pushed a commit that referenced this pull request May 17, 2022
## [3.4.3](v3.4.2...v3.4.3) (2022-05-17)

### Bug Fixes

* ensure js file is copied to expected place ([#838](#838)) ([90e2e1d](90e2e1d))
@streamich
Copy link
Owner

🎉 This PR is included in version 3.4.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@conlanpatrek
Copy link

Confirmed, thank you for clearing this so quickly.

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.

Cannot find module './getBigInt'
3 participants