-
Notifications
You must be signed in to change notification settings - Fork 38
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
Monorepo #143
Monorepo #143
Conversation
tsconfig.base.json
Outdated
@@ -8,12 +8,11 @@ | |||
"target": "ES6", | |||
"module": "ES2020", | |||
"outDir": "lib/esm", | |||
"types" : [ "node", "mocha" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the problem we had with yarn run cpk:test
and it worked for me with this option removed 🤷♂️
I don't think we need to use it, the docs don't seem to make much sense in our case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my case they only work with this option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what if you reinstall node-modules by deleting the folder and lockfiles? sometimes with a mono repo it is the case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've already tried that and still doesn't work without it
Create Contract Proxy Kit Monorepo