Skip to content

Commit

Permalink
build(sync-ts-config): integrating the weaver packages to the monorep…
Browse files Browse the repository at this point in the history
…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: #3366
Related to: #3069

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Jul 12, 2024
1 parent 4253d3f commit cdeea85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/sync-npm-deps-to-tsc-projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ const main = async (argv: string[], env: NodeJS.ProcessEnv) => {
cwd: PROJECT_DIR,
absolute: true,
ignore: [
"**/packages/cacti-plugin-weaver-driver-fabric/**",
// These packages do not have tsconfig.json file and will be ignoring till then.
"**/weaver/common/protos-js/**",
"**/weaver/core/drivers/fabric-driver/**",
"**/weaver/samples/besu/simpleasset/**",
"**/weaver/samples/besu/simplestate/**",
], // Follow-up issue regarding these hardcoded paths (https://github.com/hyperledger/cacti/issues/3366)
Expand Down

0 comments on commit cdeea85

Please sign in to comment.