-
Notifications
You must be signed in to change notification settings - Fork 22
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 build #249
Comments
@moltar: What is the purpose of USER_AGENT in I'm not sure about the meaning thus i didn't resolve them. |
Ohh great find! Thanks! |
importing package.json directly from the require / import system causes it to be bundled with the transpiled code in ./lib which then causes problems with release. Closes #249
🎉 This issue has been resolved in version 1.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
There is a super weird issue that I have been banging my head against the wall on this one.
When you run:
It creates the following structure:
But what we want is:
Basically, the
package.json
does not need to be there, and then thesrc
will flattened into thelib
.I just don't understand why the
package.json
is copied over.The strange thing, that this project is configured almost identical to https://github.com/ScaleLeap/amazon-marketplaces yet
amazon-marketplaces
does not copypackage.json
over.Please continue in PR #248 which I already started.
The text was updated successfully, but these errors were encountered: