forked from tools/josh
1
0
Fork 0

Make clean command clean coverage output

This commit is contained in:
Florine W. Dekker 2019-11-12 01:59:06 +01:00
parent 100f341c3e
commit 4077114c63
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module.exports = grunt => {
grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
clean: {
default: ["build/"]
default: [".nyc_output/", "build/"]
},
copy: {
images: {