You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior buildMorphirAPI2 CI step succeeds and declarations files are emitted by tsc.
Desktop (please complete the following information):
OS: Actions
Browser N/A
Version >= 2.90.0
Additional context
While it is possible this happened in 2.89.0, the logs have been purged, using npm install for this version results in the expected behaviour as per the docs. Using the later versions will result in the module "morphir-elm" not being found. This is likely because the module's declarations file is not generated (usually main.d.ts), which exposes the importable functions/classes. You can also verify this by installing each version and looking in node_modules for the main.d.ts file. This step runs tsc, which emits these files.
Describe the bug
buildMorphirAPI2
CI step is silently failing since at least version2.90.0
To Reproduce
Steps to reproduce the behavior:
2.90.0
Expected behavior
buildMorphirAPI2
CI step succeeds and declarations files are emitted bytsc
.Desktop (please complete the following information):
2.90.0
Additional context
While it is possible this happened in
2.89.0
, the logs have been purged, usingnpm install
for this version results in the expected behaviour as per the docs. Using the later versions will result in the module "morphir-elm" not being found. This is likely because the module's declarations file is not generated (usuallymain.d.ts
), which exposes the importable functions/classes. You can also verify this by installing each version and looking innode_modules
for themain.d.ts
file. This step runstsc
, which emits these files.Logs:
2.90.0
2.90.1
2.91.0
The text was updated successfully, but these errors were encountered: