-
Notifications
You must be signed in to change notification settings - Fork 80
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
core package is missing dependencies in v0.8.15 #1317
Comments
Mhh, the problem was surely introduced in #1312 and I will provide a fix soon. I wonder whether there is a way to detect such an issue ... any ideas ? |
We can separate CI runs for each package. We install only package-specific and root dependencies (devDependencies of the root package.json), run the test, and see if it passes. I can work on this if it makes sense for you. |
Thanks, that would be great, but I think it does not have high priority. I opened #1319 to track it. |
I'm curious to see a concrete PR on this, but I'm afraid it will get quite complicated to maintain and defeat the advantages of having a mono repo. |
FYI, v0.8.16 has been published. |
serdes.ts uses two dependencies
is-absolute-url
andurl-toolkit
which are not included in core's package.json. Since td-tools package installs those two dependencies it may seem working in the monorepo but when it is installed alone it causes an error.The text was updated successfully, but these errors were encountered: