fix(build): copy templates on release

pull/2670/head
Chaim Lev-Ari 2018-12-09 14:39:54 +02:00
parent eed11e33f3
commit df30246595
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ module.exports = function(grunt) {
grunt.task.run([ grunt.task.run([
'config:prod', 'config:prod',
'clean:all', 'clean:all',
'copy:templates',
'shell:buildBinary:' + p + ':' + a, 'shell:buildBinary:' + p + ':' + a,
'shell:downloadDockerBinary:' + p + ':' + a, 'shell:downloadDockerBinary:' + p + ':' + a,
'webpack:prod' 'webpack:prod'