Skip to content

Commit

Permalink
feat: added detection of Taskfile.yml via dev
Browse files Browse the repository at this point in the history
Add taskfile.dev to environment
  • Loading branch information
hugoh committed Dec 31, 2024
1 parent f28d931 commit b3f36fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/devenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export default async function(dir: Path) {
case "Justfile":
pkgs.push({ project: 'just.systems', constraint })
break
case "Taskfile.yml":
pkgs.push({ project: 'taskfile.dev', constraint })
break
}
} else if (isDirectory) {
switch (name) {
Expand Down

0 comments on commit b3f36fd

Please sign in to comment.