We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ff54a commit d6c9f81Copy full SHA for d6c9f81
package.json
@@ -23,7 +23,7 @@
23
"unit": "rimraf test/tmp && ava",
24
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
25
"unit-watch": "rimraf test/tmp && ava --watch",
26
- "unit-nyan": "npm run unit -- --tap | tnyan",
+ "unit-nyan": "rimraf test/tmp && ava --tap | tnyan",
27
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
28
"coverage": "nyc npm run unit",
29
"jsdoc": "npm run jsdoc-generate && opn jsdocs/index.html",
0 commit comments