aboutsummaryrefslogtreecommitdiff
path: root/front-end/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-07-23 19:32:27 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-07-23 19:32:27 -0400
commit073e472c0dd73d9a20dd1ba27a9e182b029725b8 (patch)
tree94bc695eeb7382292ce17133b7af9cb6e3c18885 /front-end/Taskfile.yaml
parent1b7964cad139e5c4d0249c10fac0dd6fca386ec7 (diff)
chore: Package updates & compose build config
Diffstat (limited to 'front-end/Taskfile.yaml')
-rw-r--r--front-end/Taskfile.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/front-end/Taskfile.yaml b/front-end/Taskfile.yaml
index 8c7327a..8790100 100644
--- a/front-end/Taskfile.yaml
+++ b/front-end/Taskfile.yaml
@@ -5,6 +5,11 @@ version: '3'
tasks:
+ package-update:
+ dir: '{{.USER_WORKING_DIR}}'
+ cmds:
+ - npm update
+
build:
cmds:
- cmd: npm version {{ .BUILD_VERSION }}