Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:25:01 +02:00
parent a099cf05c0
commit 497134c1f5

1
Jenkinsfile vendored
View File

@ -17,6 +17,7 @@ pipeline {
sh 'npm install --loglevel=verbose'
//sh 'npm install react-scripts@3.4.1'
sh 'npm clean-install --only=production'
sh 'npm run build'
}
}
}