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. Updated the ignore paths with the latest cacti clone

Fixes: #3366
Related to: #3069

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Jul 22, 2024
1 parent 603ff0e commit 0519e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sync-npm-deps-to-tsc-projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const main = async (argv: string[], env: NodeJS.ProcessEnv) => {
"**/weaver/common/protos-js/**",
"**/weaver/samples/besu/simpleasset/**",
"**/weaver/samples/besu/simplestate/**",
], // Follow-up issue regarding these hardcoded paths (https://github.com/hyperledger/cacti/issues/3366)
], //Follow-up issue regarding these hardcoded paths (https://github.com/hyperledger/cacti/issues/3366)
};
const pkgJsonPaths = await globby(pkgJsonGlobPatterns, globbyOptions);
console.log(`Package paths (${pkgJsonPaths.length}): `, pkgJsonPaths);
Expand Down

0 comments on commit 0519e22

Please sign in to comment.