fix (jenkins): jenkins build issue

This commit is contained in:
MickaelK 2024-08-11 16:12:21 +10:00
parent b9c06210e2
commit 9da521bbe6

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
steps {
script {
docker.image("node:14").inside("--user=root") {
sh "apt update -y && apt install -y brotli"
sh "npm install"
sh "make build_frontend"
}