1
0
mirror of https://github.com/go-task/task.git synced 2025-02-09 13:47:06 +02:00
Pete Davison 3aaa3223a0
fix: run once in shared dependencies (#1655)
* fix: run once in shared dependencies

* feat: add test
2024-06-28 16:50:02 +01:00

16 lines
213 B
YAML

version: '3'
includes:
library:
taskfile: ../library/Taskfile.yml
dir: ../library
tasks:
build:
run: once
deps: [library:build]
cmds:
- echo "build a"
sources:
- src/**/*