build: log heap usage

This commit is contained in:
Torkel Ödegaard
2017-10-22 19:19:29 +02:00
parent 4632b8daa5
commit 76b9b792b4
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
var coverage = '';
if (config.coverage) {
coverage = '--coverage';
coverage = '--coverage --runInBand --logHeapUsage';
}
return {