Skip to content

Commit

Permalink
fix(tools): prod build fail due to missing dependency ngo hyperledger…
Browse files Browse the repository at this point in the history
…-cacti#673

The dependency was removed accidentally during a refactor
where we deprecated the chain code compiler component
in its current form (ngo is a depenency of that). Later on
they are both scheduled to depart from the codebase (ngo
and the chain code compiler) but that will be part of a larger
refactor so for now I just added the missing dependency back
to ensure that the `./tools/ci.sh` script doesn't crash when
it runs the production build (the one that bundles with
webpack and minifies it as well)

Fixes hyperledger-cacti#673

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 25, 2021
1 parent 93c017c commit cc156d8
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 0 deletions.
137 changes: 137 additions & 0 deletions packages/cactus-plugin-ledger-connector-fabric/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"http-status-codes": "2.1.4",
"joi": "14.3.1",
"multer": "1.4.2",
"ngo": "2.6.2",
"node-ssh": "11.0.0",
"openapi-types": "7.0.1",
"prom-client": "13.0.0",
Expand Down

0 comments on commit cc156d8

Please sign in to comment.