Skip to content

Commit 7c66ba0

Browse files
RandomBytetobiasso85
authored andcommitted
[INTERNAL] package.json scripts: Update verbose logging params
debug-module is not used in the tooling anymore
1 parent bc41ca8 commit 7c66ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"test": "npm run lint && npm run jsdoc-generate && npm run coverage",
2222
"lint": "eslint ./",
2323
"unit": "rimraf test/tmp && ava",
24+
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
2425
"unit-watch": "rimraf test/tmp && ava --watch",
2526
"unit-nyan": "npm run unit -- --tap | tnyan",
26-
"unit-debug": "rimraf test/tmp && cross-env DEBUG=*,-babel,-ava ava",
27-
"unit-inspect": "cross-env DEBUG=*,-babel,-ava node --inspect-brk node_modules/ava/profile.js",
27+
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
2828
"coverage": "nyc npm run unit",
2929
"jsdoc": "npm run jsdoc-generate && opn jsdocs/index.html",
3030
"jsdoc-generate": "node_modules/.bin/jsdoc -c ./jsdoc.json ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",

0 commit comments

Comments
 (0)