develop #9

Merged
rajukottedi merged 9 commits from develop into prod 2026-02-16 20:05:59 +05:30
Showing only changes of commit 06a64fa018 - Show all commits

1
Jenkinsfile vendored
View File

@ -32,6 +32,7 @@ pipeline {
stage('Build Angular') {
steps {
sh '''
npm install
ng build --configuration production --base-href /admin/
'''
}