Add CI test script to package.json

This commit is contained in:
rugk 2024-05-04 13:12:23 +02:00 committed by GitHub
parent 91957838be
commit 8443d3e397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,8 @@
"@peculiar/webcrypto": "^1.1.1"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"ci-test": "mocha --reporter-option output=mocha-results.xml"
},
"repository": {
"type": "git",