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." }