Browse Source

build: moved copy node modules ahead of tslint

Torkel Ödegaard 8 năm trước cách đây
mục cha
commit
2cb2c4073e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',