Skip to content

chore: remove unused Makefile #5999

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

Merged
merged 2 commits into from
Oct 24, 2022
Merged

chore: remove unused Makefile #5999

merged 2 commits into from
Oct 24, 2022

Conversation

mydea
Copy link
Member

@mydea mydea commented Oct 20, 2022

The Makefile is very old (the docs-related commands will def. fail as that code does not exist anymore), and as far as I can tell the prepare-release command is also not used anywhere - but I could obviously be missing something there!

Alternatively we could also only remove the docs-related commands and leave the prepare-release one as it was.

@mydea mydea changed the title Remove unused Makefile chore: remove unused Makefile Oct 20, 2022
@AbhiPrasad
Copy link
Member

So, this is used here:

"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
, but this workflow is currently broken, see #3871 for more details.

we can prob just remove this anyway and fix the typedoc later.

@mydea
Copy link
Member Author

mydea commented Oct 20, 2022

Ah, true. I will also remove it from the postpublish hook (so basically make it "postpublish": "lerna run --stream --concurrency 1 postpublish",) then, I guess!

@mydea mydea force-pushed the fn/remove-makefile branch from 04a37f4 to 73e06d0 Compare October 20, 2022 08:49
Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

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

Good night sweet prince

mydea added 2 commits October 24, 2022 08:46
This is currently broken, see #3871
Make commands are currently not used.
Once/if we bring typedoc back, we can also bring this back (one way or another).
@mydea mydea force-pushed the fn/remove-makefile branch from 73e06d0 to cd20203 Compare October 24, 2022 06:46
@mydea mydea merged commit ad64c2b into master Oct 24, 2022
@mydea mydea deleted the fn/remove-makefile branch October 24, 2022 07:35
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.

2 participants