-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
internal/error.rs causes typescript builds to break #263
Labels
Comments
meeroslav
added a commit
to meeroslav/memfs
that referenced
this issue
Nov 29, 2018
pizzafroide
added a commit
that referenced
this issue
Nov 29, 2018
streamich
pushed a commit
that referenced
this issue
Nov 29, 2018
* chore(build): remove unnecessary copy of src/internal Fixes #263 * chore: 🤖 update yarn.lock
streamich
pushed a commit
that referenced
this issue
Nov 29, 2018
## [2.14.1](v2.14.0...v2.14.1) (2018-11-29) ### Bug Fixes * don't copy legacy files into dist ([ab8ffbb](ab8ffbb)), closes [#263](#263)
🎉 This issue has been resolved in version 2.14.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
Build script
tsc -p . && cpy src/internal lib/internal
copies also the error.ts file which subsequently gets then published causing the typescript projects to break.Script could be enhanced with:
The text was updated successfully, but these errors were encountered: