修改jenkinfile
parent
a645fa11ab
commit
407c7eba43
|
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
sh "npm config set registry https://registry.npmmirror.com"
|
sh "npm config set registry https://registry.npmmirror.com"
|
||||||
sh "npm install -g pnpm"
|
sh "npm install -g pnpm"
|
||||||
sh "pnpm install"
|
sh "pnpm install"
|
||||||
sh "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test"
|
sh "npm run build:test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue