This commit is contained in:
Torkel Ödegaard
2017-04-18 16:58:34 +02:00
parent 3ee886d0fb
commit db36639ffc
6 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ module.exports = function(config, grunt) {
}
grunt.config('tslint.source.files.src', filepath);
grunt.task.run('exec:tslint');
grunt.task.run('exec:tslintfile');
}
done();