1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +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

10 lines
113 B
YAML

version: '3'
tasks:
build:
run: once
cmds:
- echo "build library"
sources:
- src/**/*