Commit fbec5307 authored by Robert Knight's avatar Robert Knight

Reduce verbosity of `make format` output

Only log names of source files that were changed as a result of
auto-formatting.
parent 211c9391
......@@ -147,7 +147,7 @@
"deps": "check-dependencies",
"lint": "eslint .",
"checkformatting": "prettier --check 'src/**/*.js'",
"format": "prettier --write 'src/**/*.js'",
"format": "prettier --list-different --write 'src/**/*.js'",
"test": "gulp test",
"report-coverage": "codecov -f coverage/coverage-final.json",
"version": "make clean build/manifest.json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment