diff --git a/Taskfile.yml b/Taskfile.yml index 3da031acb7..c7254a0fa4 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,4 +1,8 @@ version: '3' +set: [pipefail] + +run: when_changed + includes: client:tun2socks: ./client/src/tun2socks/Taskfile.yml diff --git a/client/src/tun2socks/Taskfile.yml b/client/src/tun2socks/Taskfile.yml index dd386bc8a7..08a53c5278 100644 --- a/client/src/tun2socks/Taskfile.yml +++ b/client/src/tun2socks/Taskfile.yml @@ -1,7 +1,5 @@ version: '3' -run: when_changed - vars: # This needs to be updated if the file moves. # TODO: Output to $REPO_ROOT/output/client/tun2socks instead.