aboutsummaryrefslogtreecommitdiff
path: root/lib/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Taskfile.yaml')
-rw-r--r--lib/Taskfile.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Taskfile.yaml b/lib/Taskfile.yaml
index 6b8eb17..fac7f36 100644
--- a/lib/Taskfile.yaml
+++ b/lib/Taskfile.yaml
@@ -8,9 +8,12 @@ tasks:
build:
dir: '{{.USER_WORKING_DIR}}'
cmds:
+
+ - cmd: npm version {{ .BUILD_VERSION }}
+ ignore_error: true #error if run when version is not updated
#install deps and run build
+ - npm version
- npm install
- - npm run build
#copy artifacts to temp directory
postbuild_success: