full build

This commit is contained in:
Hyatt 2023-06-01 09:58:59 -05:00
parent e162b21164
commit 8cf693d792
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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