aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-02-26 22:27:02 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-02-26 22:27:02 -0500
commite7dfedc8b67593b377f4a1c3b2cc213df5de2530 (patch)
tree86d1d3eb4d57ccf99ed818ba73fc7331f6518bf6 /Module.Taskfile.yaml
parentbd3a7a25792b837c5f28c7580adf132abc6f35e7 (diff)
ci: readme flesh out & ci pipeline fixes
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index 3f2455d..a6f044f 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -26,4 +26,8 @@ tasks:
#clean hook
clean:
- cmds: \ No newline at end of file
+ cmds:
+
+ dev-update:
+ cmds:
+ - cd front-end/ && npm update \ No newline at end of file