fix(scripts): make test script output verbose by using --verbose instead of --web
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"test": "(tstest test/ --verbose)",
|
||||
"build": "(tsbuild --web)"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user