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: {