SES-81 Rozdzielenie back of front #23

Merged
s426134 merged 6 commits from SES-81 into master 2020-12-11 20:16:13 +01:00
Showing only changes of commit 712f87c696 - Show all commits

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
sh "echo $USER"
withEnv(["HOME=${env.WORKSPACE}"]){
dir ('SessionCompanion/ClientApp') {
sh 'npm cache clean --force'
sh 'npm install'
}
sh 'dotnet build'