mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:12:22 +08:00
build: log heap usage
This commit is contained in:
@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
|
||||
|
||||
var coverage = '';
|
||||
if (config.coverage) {
|
||||
coverage = '--coverage';
|
||||
coverage = '--coverage --runInBand --logHeapUsage';
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user