Skip to content

Commit d6c9f81

Browse files
committed
package.json: Fix unit-nyan script
On test failures, npms error logs distorted the nyan cat rendering
1 parent 68ff54a commit d6c9f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"unit": "rimraf test/tmp && ava",
2424
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
2525
"unit-watch": "rimraf test/tmp && ava --watch",
26-
"unit-nyan": "npm run unit -- --tap | tnyan",
26+
"unit-nyan": "rimraf test/tmp && ava --tap | tnyan",
2727
"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",

0 commit comments

Comments
 (0)