|
|
@@ -64,7 +64,7 @@ module.exports = function(config, grunt) {
|
|
|
grunt.config('typescript.build.src', filepath);
|
|
|
grunt.config('tslint.source.files.src', filepath);
|
|
|
|
|
|
- grunt.task.run('typescript:build');
|
|
|
+ grunt.task.run('exec:tscompile');
|
|
|
grunt.task.run('exec:tslint');
|
|
|
}
|
|
|
|