mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removing task from other build sources
This commit is contained in:
parent
2f46c56672
commit
cbf0d571f5
@ -10,7 +10,7 @@ module.exports = function(grunt) {
|
|||||||
'clean:release',
|
'clean:release',
|
||||||
'copy:node_modules',
|
'copy:node_modules',
|
||||||
'copy:public_to_gen',
|
'copy:public_to_gen',
|
||||||
'typescript:build',
|
'exec:tscompile',
|
||||||
'karma:test',
|
'karma:test',
|
||||||
'phantomjs',
|
'phantomjs',
|
||||||
'css',
|
'css',
|
||||||
|
@ -64,7 +64,7 @@ module.exports = function(config, grunt) {
|
|||||||
grunt.config('typescript.build.src', filepath);
|
grunt.config('typescript.build.src', filepath);
|
||||||
grunt.config('tslint.source.files.src', filepath);
|
grunt.config('tslint.source.files.src', filepath);
|
||||||
|
|
||||||
grunt.task.run('typescript:build');
|
grunt.task.run('exec:tscompile');
|
||||||
grunt.task.run('exec:tslint');
|
grunt.task.run('exec:tslint');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user