From 4077114c63a57e787f1db62069d9ed1628f74680 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Tue, 12 Nov 2019 01:59:06 +0100 Subject: [PATCH] Make clean command clean coverage output --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c93c3b4..3375783 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ module.exports = grunt => { grunt.initConfig({ pkg: grunt.file.readJSON("package.json"), clean: { - default: ["build/"] + default: [".nyc_output/", "build/"] }, copy: { images: {