contracts icon indicating copy to clipboard operation
contracts copied to clipboard

🪲 task docs-generate do not launch schema dependency task

Open ErikssonJoakim opened this issue 2 years ago • 0 comments

When using the docs-generate task in the makefile we expect the dependency task schema to be executed but it is not. This makes for bad DX and should be fixed so the task correctly calls the schema task in the contract makefiles.

To reproduce this bug, launch the cargo make docs-generate task. No new schemas are generated.

ErikssonJoakim avatar Aug 28 '23 13:08 ErikssonJoakim