You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to run something like rake graphql:docs:generate or something similar to run the generator for the docs site.
This would allow people to hook into other Rake tasks to generate the site. Example: Rake::Task["assets:precompile"].enhance(["graphql:docs:generate"])
Tasks:
build this out
write tests for the rake task
document it
The text was updated successfully, but these errors were encountered:
I'd like to be able to run something like
rake graphql:docs:generate
or something similar to run the generator for the docs site.This would allow people to hook into other Rake tasks to generate the site. Example:
Rake::Task["assets:precompile"].enhance(["graphql:docs:generate"])
Tasks:
The text was updated successfully, but these errors were encountered: