-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Is there an existing feature request for this?
- I have searched the existing issues.
Description
I would like to run certain commands after the build process is complete.
A sample:
build:
hooks:
post_build:
- dart run bin/migrate.dartReasoning
Allows to run commands post build process. An example is running migrations command which is meant to be outside of the application process.
Additional context and comments
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation