From e7dfedc8b67593b377f4a1c3b2cc213df5de2530 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 26 Feb 2024 22:27:02 -0500 Subject: ci: readme flesh out & ci pipeline fixes --- Module.Taskfile.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Module.Taskfile.yaml') 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 -- cgit