Try to fix casche problem, fix typo
This commit is contained in:
parent
5f0d2adb00
commit
586f0acf7f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
|||||||
stage('Build app') {
|
stage('Build app') {
|
||||||
steps {
|
steps {
|
||||||
dir('SessionCompanion') {
|
dir('SessionCompanion') {
|
||||||
sh 'npm cashe clean --force'
|
sh 'npm cache clean --force'
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user