aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-04 15:30:35 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-04 15:30:35 -0400
commit45816924e5a47710a6bc4ed0d59ea81a48eddd1e (patch)
tree6ad90d4759bd1cb1cdfc2bd69428230b031c507e /Module.Taskfile.yaml
parent03357c9f7b7fa389d2d426e95d9854b7b04623f9 (diff)
project version in ui
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: