mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 18:13:09 +08:00
build: moved copy node modules ahead of tslint
This commit is contained in:
@ -8,10 +8,10 @@ module.exports = function(grunt) {
|
|||||||
'jshint:source',
|
'jshint:source',
|
||||||
'jshint:tests',
|
'jshint:tests',
|
||||||
'jscs',
|
'jscs',
|
||||||
'exec:tslint',
|
|
||||||
'clean:release',
|
'clean:release',
|
||||||
'copy:node_modules',
|
'copy:node_modules',
|
||||||
'copy:public_to_gen',
|
'copy:public_to_gen',
|
||||||
|
'exec:tslint',
|
||||||
'exec:tscompile',
|
'exec:tscompile',
|
||||||
'karma:test',
|
'karma:test',
|
||||||
'phantomjs',
|
'phantomjs',
|
||||||
|
Reference in New Issue
Block a user