diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-24 17:59:54 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-24 17:59:54 +0100 |
| commit | 9b46a6a20eef6d05b609f87538d5bdb275850b47 (patch) | |
| tree | 8846780ac59a3f3db7886fbc71b0037d00e7778e /Taskfile.yml | |
| parent | 329032ae7a7d90acf338ecc3d22920d42d0755cc (diff) | |
Add taskfile, update workflow dependencies, small tweaks
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml new file mode 100644 index 0000000..56b8657 --- /dev/null +++ b/Taskfile.yml @@ -0,0 +1,9 @@ +version: '3' + +tasks: + default: + cmds: + - task: dev + dev: + cmds: + - npm run dev |
