Skip to content

Commit

Permalink
Tweak build logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Jul 19, 2019
1 parent e66c106 commit 78cd5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ incrementalTask("test", paths.testDependencies(), async () => {
});

task("lint", async () => {
let header = "Linting JavaScript: ";
let header = "Linting: ";
let footer = "";

const lintPromises = paths.lintFiles().map(async (lintFile) => {
Expand Down

0 comments on commit 78cd5c2

Please sign in to comment.