Skip to content

Commit 90ce3e1

Browse files
committed
[INTERNAL] package.json scripts: Update verbose logging params
debug-module is not used in the tooling anymore
1 parent aebae6b commit 90ce3e1

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
@@ -24,10 +24,10 @@
2424
"test": "npm run lint && npm run jsdoc-generate && npm run coverage",
2525
"lint": "eslint ./",
2626
"unit": "rimraf test/tmp && ava",
27+
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
2728
"unit-watch": "rimraf test/tmp && ava --watch",
2829
"unit-nyan": "npm run unit -- --tap | tnyan",
29-
"unit-debug": "rimraf test/tmp && cross-env DEBUG=*,-babel,-ava ava",
30-
"unit-inspect": "cross-env DEBUG=*,-babel,-ava node --inspect-brk node_modules/ava/profile.js",
30+
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
3131
"coverage": "nyc npm run unit",
3232
"jsdoc": "npm run jsdoc-generate && opn jsdocs/index.html",
3333
"jsdoc-generate": "node_modules/.bin/jsdoc -c ./jsdoc.json ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",

0 commit comments

Comments
 (0)