Skip to content

Commit

Permalink
Enable color
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 3, 2022
1 parent f0d9669 commit aaafaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prepublishOnly": "git push --follow-tags && gh-release -y",
"test": "run-s test:*",
"test:standard": "standard --verbose | snazzy",
"test:tap": "c8 tap --no-coverage",
"test:tap": "c8 tap --no-coverage --color",
"test:deptree": "depcruise --validate .dependency-cruiser.json bin.js",
"build-examples": "run-p example:*",
"example:basic": "cd examples/basic && npm i && npm run build",
Expand Down

0 comments on commit aaafaf2

Please sign in to comment.