aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index c05449d..ac9a1c3 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -17,6 +17,8 @@ tasks:
build:
cmds:
+ #overwrite front-end version, this must be run on build hook because update can cause the version to change
+ - cd front-end/ && npm version {{ .BUILD_VERSION }}
#copy artifacts to temp directory
postbuild_success: