aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/vnlib.browser/Taskfile.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/vnlib.browser/Taskfile.yaml b/lib/vnlib.browser/Taskfile.yaml
index 4046432..81b726d 100644
--- a/lib/vnlib.browser/Taskfile.yaml
+++ b/lib/vnlib.browser/Taskfile.yaml
@@ -15,6 +15,10 @@ tasks:
cmds:
- echo "building module {{.MODULE_NAME}}"
+ #update internal package version
+ - cmd: npm version {{.BUILD_VERSION}}
+ ignore_error: true
+
#install dependencies and build
- npm install
- npm run build