mirror of https://github.com/grafana/grafana.git
build: moved copy node modules ahead of tslint
This commit is contained in:
parent
4368c5a896
commit
2cb2c4073e
|
|
@ -8,10 +8,10 @@ module.exports = function(grunt) {
|
|||
'jshint:source',
|
||||
'jshint:tests',
|
||||
'jscs',
|
||||
'exec:tslint',
|
||||
'clean:release',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'exec:tslint',
|
||||
'exec:tscompile',
|
||||
'karma:test',
|
||||
'phantomjs',
|
||||
|
|
|
|||
Loading…
Reference in New Issue