aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-04 15:54:42 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-04 15:54:42 -0400
commitbbe3b9b80db68cf86e26bd2e40a07c1650031224 (patch)
tree3ae4832021a63249f53bd68b28759cd496397784
parent45816924e5a47710a6bc4ed0d59ea81a48eddd1e (diff)
ignore npm version bump errors for build
-rw-r--r--Module.Taskfile.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index ac9a1c3..6da4b85 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -18,7 +18,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 }}
+ - cmd: cd front-end/ && npm version {{ .BUILD_VERSION }}
+ ignore_error: true #error if run when version is not updated
#copy artifacts to temp directory
postbuild_success: