Skip to content

Commit

Permalink
docs(scripts): πŸ“š Update docs in nurify to show new task runner support
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed May 30, 2024
1 parent b020d22 commit c8c0ef9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/nurify.nu
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def nurify-from-tusk [] {
# * b5 task runner (when build/Taskfile is found)
# * just command runner (when justfile is found)
# * npm package.json scripts (when package.json is found)
# * make (when [Mm]akefile is found)
# * lets (when lets.yaml is found)
# * task (when [Tt]askfile.{yml,yaml} is found)
# * tusk (when tusk.yml is found)
export def main [] {
if ("build/Taskfile" | path exists) {
nurify-from-b5
Expand Down

0 comments on commit c8c0ef9

Please sign in to comment.