run verbose
This commit is contained in:
parent
56f06c77fd
commit
66be268a09
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "CodeQL action",
|
"description": "CodeQL action",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "ava src/** --serial",
|
"test": "ava src/** --serial --verbose",
|
||||||
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
|
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
|
||||||
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
|
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue