mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 18:04:20 +08:00
fixing compilation of grunt
This commit is contained in:
@ -16,13 +16,13 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('default', [
|
||||
'jscs',
|
||||
'jshint',
|
||||
'tslint',
|
||||
'exec:tslint',
|
||||
'clean:gen',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'phantomjs',
|
||||
'css',
|
||||
'typescript:build'
|
||||
'exec:tscompile'
|
||||
]);
|
||||
|
||||
grunt.registerTask('test', ['default', 'karma:test', 'no-only-tests']);
|
||||
|
Reference in New Issue
Block a user