-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer for codegen ui #55
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ashutosh16 <[email protected]>
Signed-off-by: ashutosh16 <[email protected]> chores(ui): codegen ui Signed-off-by: ashutosh16 <[email protected]> chores(ui): codegen ui Signed-off-by: ashutosh16 <[email protected]> chores(ui): codegen ui Signed-off-by: ashutosh16 <[email protected]> chores(ui): codegen ui Signed-off-by: ashutosh16 <[email protected]> chores(ui): codegen ui Signed-off-by: ashutosh16 <[email protected]>
Signed-off-by: ashutosh16 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the broken functionality
Makefile
Outdated
@@ -259,6 +259,15 @@ generate-mocks: mockery ## Generate the mocks for the project as configured in . | |||
clean-ui: | |||
find ${UI_DIR} -type f -name extension.tar -delete | |||
|
|||
PHONY: codegen-download-openapi | |||
codegen-download-openapi: run-backend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work as it blocks during run-backend
and never executes the yarn
command below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the missing files; ran in local and able to generate the schema.yaml
Signed-off-by: ashutosh16 <[email protected]>
Signed-off-by: ashutosh16 <[email protected]>
Signed-off-by: ashutosh16 <[email protected]>
No description provided.