Skip to content

Conversation

RandomByte
Copy link
Member

No description provided.

name: render-markdown-files
task:
path: lib/tasks/renderMarkdownFiles.js
defaultBuildPhase: post-create-bundles # <- New default configuration
Copy link
Contributor

@d3xter666 d3xter666 Nov 27, 2023

Choose a reason for hiding this comment

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

IMO, the default part is a bit missleading. Maybe, skipping it would make things clearer.
defaultBuildPhase seems like it implies changing the default phase for everything which is not the case here. Skipping default from the name makes it clear that this task will be executed at that phase

Suggested change
defaultBuildPhase: post-create-bundles # <- New default configuration
buildPhase: post-create-bundles

@flovogt flovogt added the RFC Request for Comment (pull request) label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Request for Comment (pull request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants