Taskfile.yaml 🔗
@@ -77,7 +77,7 @@ tasks:
cmds:
- task: build
- rm -rf tmp/onboarding
- - ./crush{exeExt} {{.CLI_ARGS}}
+ - ./crush{{exeExt}} {{.CLI_ARGS}}
test:
desc: Run tests
Andrey Nering created
Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -77,7 +77,7 @@ tasks:
cmds:
- task: build
- rm -rf tmp/onboarding
- - ./crush{exeExt} {{.CLI_ARGS}}
+ - ./crush{{exeExt}} {{.CLI_ARGS}}
test:
desc: Run tests