Преглед изворни кода

build: moved copy node modules ahead of tslint

Torkel Ödegaard пре 8 година
родитељ
комит
2cb2c4073e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tasks/build_task.js

+ 1 - 1
tasks/build_task.js

@@ -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',