version: '3' tasks: build: deps: [assets] cmds: - echo "hello" > test2.txt assets: cmds: - echo "hello" > test1.txt