diff --git a/Taskfile.yml b/Taskfile.yml index 8bea088..337dafb 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -6,7 +6,11 @@ vars: GREETING: Hello, World! tasks: - tsc: tsc + tsc: + cmds: + - tsc + - echo 🙌 typescript compilation successful + test: jest 'check:prettier': prettier --check .