Add -v to package.json
This commit is contained in:
parent
f7e3a0c9a4
commit
b96bec29c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"standard": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard lib/**/*.js && grunt test --verbose"
|
||||
"test": "standard -v lib/**/*.js && grunt test --verbose"
|
||||
},
|
||||
"standard": {
|
||||
"globals": ["random", "make", "utils", "logger"]
|
||||
|
|
Loading…
Reference in a new issue