Skip to content
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

Feat/upgrade schema #38

Merged
merged 5 commits into from
Apr 17, 2023
Merged

Feat/upgrade schema #38

merged 5 commits into from
Apr 17, 2023

Conversation

ratik
Copy link
Collaborator

@ratik ratik commented Apr 16, 2023

This one is needed to have ability to build Typescript client

https://github.com/neutron-org/neutron-tests/actions/runs/4714905281

Copy link
Contributor

@foxpy foxpy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try running rm -r target/ && find . -iname '*.json' -exec rm {} \;, and then regenerating schema with make schema. At this point, according to git status, some files will remain deleted. Let's figure out whether it is a good thing?

@ratik
Copy link
Collaborator Author

ratik commented Apr 17, 2023

@ratik ratik force-pushed the feat/upgrade-schema branch from ce132b1 to 7774c3a Compare April 17, 2023 05:44
@ratik
Copy link
Collaborator Author

ratik commented Apr 17, 2023

Try running rm -r target/ && find . -iname '*.json' -exec rm {} \;, and then regenerating schema with make schema. At this point, according to git status, some files will remain deleted. Let's figure out whether it is a good thing?

find . -type d -name "schema" | xargs rm -rf

@ratik
Copy link
Collaborator Author

ratik commented Apr 17, 2023

@zavgorodnii zavgorodnii merged commit f4827b3 into main Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants