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

Publish files to NPM #1

Closed
blakepettersson opened this issue Jun 7, 2020 · 5 comments
Closed

Publish files to NPM #1

blakepettersson opened this issue Jun 7, 2020 · 5 comments
Assignees

Comments

@blakepettersson
Copy link

Describe the issue
Hello,

It seems like there aren't any files when adding jest-fp-ts as a dependency :(
Looking into my node_modules there's only a package.json referring to thebrodmann/jest-fp-ts
It might be the case that I'm doing something wrong, but at this point I'm not sure of what...

To Reproduce

yarn add --dev jest-fp-ts
# In jest.setup.ts
import 'jest-fp-ts';

Running any test will then fail with

Cannot find module 'jest-fp-ts' from 'jest.setup.ts'

Expected behavior
Being able to use the jest-fp-ts matchers

Suggested fix
I presume (hope) it's a matter of publishing the files

@leilapearson
Copy link
Contributor

Hi @blakepettersson. Good to hear from you and thanks for the issue report :-)

I didn't expect anyone to find this project so soon and without any kind of mention in some sort of forum to be honest, so I thought I'd use it a bit more in my local projects before putting it out on npm - but given your interest I'm happy to go ahead and publish this now rather than later.

@leilapearson leilapearson self-assigned this Jun 10, 2020
@leilapearson
Copy link
Contributor

The package has now been published on npm as @relmify/jest-fp-ts. Please give it a try @blakepettersson and let me know how it goes.

@leilapearson
Copy link
Contributor

Didn't hear back, so I'm going to go ahead and close this issue. Thanks again for the report an the interest.

@blakepettersson
Copy link
Author

Sorry for the delayed response, this works like a charm! 🎉

@leilapearson
Copy link
Contributor

That's great news! Thanks for the update!

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

No branches or pull requests

2 participants