Changed package scripts.

This commit is contained in:
2022-04-17 23:38:57 -05:00
parent 2cb4ad2652
commit b6df52fde5
3 changed files with 5 additions and 3 deletions

2
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
steps {
dir('audioshowkit') {
nodejs('NodeJS (17.4.0)') {
sh "npm run test"
sh "npm run test:junit"
}
junit 'junit/*.xml'
}