소스 검색

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