fix jenkins

This commit is contained in:
Witalij Poljatchek 2024-01-10 18:21:46 +01:00
parent 5524a430e2
commit c47d16bccc
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -8,8 +8,8 @@ pipeline {
stage('Build static content') {
steps {
sh '''
sudo npm install
#sudo npm run build
npm install
npm run build
#sudo docker build -t bbuddy/bbuddy_backend-dev:latest .
'''
}