EK: delete npm

This commit is contained in:
e510734 2024-07-03 21:40:46 +02:00
parent 456e2a7cdf
commit f6e0f7dcdb
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -8,10 +8,6 @@ pipeline {
stage('Build static content') {
steps {
sh '''
npm install
npm run build
pwd
echo
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
'''
}