feat: refs #6695 run front quasar build
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-10-21 11:38:24 +02:00
parent f40e5f6cdf
commit f558c4db87
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -115,6 +115,7 @@ pipeline {
// sh 'cd front'
// sh '# export VERSION=e2e-try'
// sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'quasar build'
sh 'docker-compose -f docker-compose.e2e.yml up --build front'
// sh 'pnpm i @verdnatura/myt'
// sh 'cd salix && npx myt run -t --ci -d -n front_default'