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 build problems due to inclusion of test directory #36

Merged
merged 2 commits into from Aug 27, 2018

Conversation

bobvanderlinden
Copy link
Owner

The test directory was added to tsconfig.json include section so that it would
be checked for build errors. However, this also resulted in lib/index.js being
moved to lib/src/index.js, which resulted in problems on Heroku.

This PR will resolve those problems by removing the test directory from tsconfig
again.

@bobvanderlinden bobvanderlinden temporarily deployed to probot-auto-merge-production August 27, 2018 18:18 Inactive
@probot-auto-merge probot-auto-merge bot merged commit 52f964b into master Aug 27, 2018
@probot-auto-merge probot-auto-merge bot deleted the pr-fix-build branch August 27, 2018 18:19
@bobvanderlinden
Copy link
Owner Author

🎉 This PR is included in version 1.0.0 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant