浏览代码

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