Add CI test script to package.json
This commit is contained in:
parent
91957838be
commit
8443d3e397
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
||||||
"@peculiar/webcrypto": "^1.1.1"
|
"@peculiar/webcrypto": "^1.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha",
|
||||||
|
"ci-test": "mocha --reporter-option output=mocha-results.xml"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue