Skip to content

Commit b3f36fd

Browse files
committed
feat: added detection of Taskfile.yml via dev
Add taskfile.dev to environment
1 parent f28d931 commit b3f36fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/devenv.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ export default async function(dir: Path) {
107107
case "Justfile":
108108
pkgs.push({ project: 'just.systems', constraint })
109109
break
110+
case "Taskfile.yml":
111+
pkgs.push({ project: 'taskfile.dev', constraint })
112+
break
110113
}
111114
} else if (isDirectory) {
112115
switch (name) {

0 commit comments

Comments
 (0)