mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 02:02:31 +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:tests',
|
||||
'jscs',
|
||||
'exec:tslint',
|
||||
'clean:release',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'exec:tslint',
|
||||
'exec:tscompile',
|
||||
'karma:test',
|
||||
'phantomjs',
|
||||
|
Reference in New Issue
Block a user