From 45816924e5a47710a6bc4ed0d59ea81a48eddd1e Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 4 Jun 2024 15:30:35 -0400 Subject: project version in ui --- Module.Taskfile.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Module.Taskfile.yaml') 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: -- cgit