build: fixed order

This commit is contained in:
Torkel Ödegaard
2017-04-20 11:59:11 +02:00
parent 2cb2c4073e
commit fc878bc8ad
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -14,12 +14,12 @@ module.exports = function(grunt) {
);
grunt.registerTask('default', [
'clean:gen',
'jscs',
'jshint',
'copy:node_modules',
'copy:public_to_gen',
'exec:tslint',
'clean:gen',
'phantomjs',
'css',
'exec:tscompile'