Skip to content

Commit

Permalink
ci(github): fix type exports in cactus-example-electricity-trade
Browse files Browse the repository at this point in the history
Primary Changes
---------------
1. Removed examples/cactus-example-electricity-trade/hyperledger-cactus-
example-electricity-trade-*.tgz in ignore paths in get-all-tgz-path.ts
file
2. Custom-checks is running successfully

Fixes: #3741

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: ruzell22 <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
ruzell22 authored and petermetz committed Mar 7, 2025
1 parent f766da1 commit 29a870c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/custom-checks/get-all-tgz-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export async function getAllTgzPath(): Promise<IGetAllTgzPathResponse> {
"examples/cactus-common-example-server/hyperledger-cactus-common-example-server-*.tgz",
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3633
"packages/cactus-verifier-client/hyperledger-cactus-verifier-client-*.tgz",
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3741
"examples/cactus-example-electricity-trade/hyperledger-cactus-example-electricity-trade-*.tgz",
],
};

Expand Down

0 comments on commit 29a870c

Please sign in to comment.