-
Notifications
You must be signed in to change notification settings - Fork 295
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
build(sync-ts-config): integrating the weaver packages to the monorepo build #3366
Comments
Primary Changes --------------- 1. Fix issue with the object key 2. Temporarily added ignore paths for the missing tsconfig.json so the script will run successfully Related to: hyperledger-cacti#3366 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
Primary Changes --------------- 1. Fix issue with the object key 2. Temporarily added ignore paths for the missing tsconfig.json so the script will run successfully Fixes: hyperledger-cacti#3069 Related to: hyperledger-cacti#3366 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…ig.json Primary Changes --------------- 1. Fix issue with the object key 2. Temporarily added ignore paths for the missing tsconfig.json so the script will run successfully Fixes: hyperledger-cacti#3069 Related to: hyperledger-cacti#3366 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…ig.json Primary Changes --------------- 1. Fix issue with the object key 2. Temporarily added ignore paths for the missing tsconfig.json so the script will run successfully Fixes: hyperledger-cacti#3069 Related to: hyperledger-cacti#3366 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
Hello @VRamakrishna , I would like to ask if there are tsconfig.json files for /common/protos-js, /samples/besu/simpleasset, and /samples/besu/simplestate that are not in that base folder but inside another folder? I am trying to do this solution #3367 (comment) for them as well. I have tried it for /packages/cacti-plugin-weaver-driver-fabric and it worked when I ran the If there is no specific tsconfig.json file for the mentioned weaver related folders, is there something that I can do to resolve this issue? Thank you. |
…o build Primary Changes --------------- 1. Relocated tsconfig file to cacti-plugin-weaver-driver-fabric 2. Added comment regarding the other package not having tsconfig and will be ignoring till then Fixes: hyperledger-cacti#3366 Related to: hyperledger-cacti#3069 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…o build Primary Changes --------------- 1. Relocated tsconfig file to cacti-plugin-weaver-driver-fabric 2. Added comment regarding the other package not having tsconfig and will be ignoring till then Fixes: hyperledger-cacti#3366 Related to: hyperledger-cacti#3069 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…o build Primary Changes --------------- 1. Relocated tsconfig file to cacti-plugin-weaver-driver-fabric 2. Added comment regarding the other package not having tsconfig and will be ignoring till then Fixes: hyperledger-cacti#3366 Related to: hyperledger-cacti#3069 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…o build Primary Changes --------------- 1. Relocated tsconfig file to cacti-plugin-weaver-driver-fabric 2. Added comment regarding the other package not having tsconfig and will be ignoring till then Fixes: hyperledger-cacti#3366 Related to: hyperledger-cacti#3069 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
…o build Primary Changes --------------- 1. Updated the ignore paths with the latest cacti clone Fixes: hyperledger-cacti#3366 Related to: hyperledger-cacti#3069 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
@ruzell22 Sorry, your query passed under my radar. The answer to your question is: no, if the respective folders don't contain a |
Description
The sync-ts-config script has ignore paths that are weaver related for missing
tsconfig.json
file when executingyarn run sync-ts-config
from the command line after havingyarn run configure
successfully on the main branch.The 4 paths are:
-/packages/cacti-plugin-weaver-driver-fabric/
-/weaver/common/protos-js/
-/weaver/samples/besu/simpleasset/
-/weaver/samples/besu/simplestate/
Related to: #3069
Acceptance Criteria
The text was updated successfully, but these errors were encountered: