fix(cockpit): compilation issues #496
Labels
bug
Something isn't working
Developer_Experience
good-first-issue
Good for newcomers
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Milestone
Describe the bug
This is an issue that only manifests itself when running the
./tools/ci.sh
script which compiles everything for every scenario.The GH actions initially did not do this because it was much easier to test/refine them/their config by just including specific
npm tasks.
There will be another issue open for rectifying that which will depend on this having been fixed first.
To Reproduce
cd cactus
./tools/ci.sh
Expected behavior
Process exit code of
0
Logs/Stack traces
The API client's method names are outdated and that fails the Typescript compilation for some of the front-end components such as the cockpit or the supply-chain-app front-end.
Cloud provider or hardware configuration:
Dev machine.
Operating system name, version, build:
Use this command:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
For example
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
0.3.0
andmain
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: