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

[RFC] 0015 Build Phases #898

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[RFC] 0015 Build Phases #898

wants to merge 1 commit into from

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

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.

None yet

2 participants