aboutsummaryrefslogtreecommitdiff
path: root/front-end/Taskfile.yaml
diff options
context:
space:
mode:
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 }}