Delete whats left and build npm, fix typo

This commit is contained in:
kargor8 2020-12-10 17:19:15 +01:00
parent 8530f3e940
commit 0c0bdc70e5

1
Jenkinsfile vendored
View File

@ -17,7 +17,6 @@ pipeline {
sh 'npm install'
}
sh 'dotnet build'
}
}
}
}