Skip to content

Commit 98e1c54

Browse files
fix(taskfiles): Enable globstar in main taskfile so that **/* works properly in shell commands; Enable pipefail in main taskfile. (#66)
1 parent 3fbc72e commit 98e1c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

taskfile.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: "3"
22

3+
set: ["u", "pipefail"]
4+
shopt: ["globstar"]
5+
36
includes:
47
build: "./taskfiles/build.yaml"
58
deps: "./taskfiles/deps.yaml"

0 commit comments

Comments
 (0)