From 8cf693d792051489414579defef717fbacce0627 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 1 Jun 2023 09:58:59 -0500 Subject: [PATCH] full build --- build-k8s-lenz.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index ffd8684..f4f0c97 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -70,7 +70,7 @@ pipeline { echo "Version (${k8slensVersion}) is valid, we will build it with node 16." doBuild = true jsNodeID = 'node-16' - buildCommand = "npm install -g npm@^9.6.7 && npm install && npm run build && npm run build:app -- --scope=open-lens -- --dir" + buildCommand = "npm install && npm run build && npm run build:app" } else { echo "Version (${k8slensVersion}) is not valid, we will not build it." }