From df3024659565938d27ab159129e1385dbce32099 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Sun, 9 Dec 2018 14:39:54 +0200 Subject: [PATCH] fix(build): copy templates on release --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 318fa5621..d992df169 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -37,6 +37,7 @@ module.exports = function(grunt) { grunt.task.run([ 'config:prod', 'clean:all', + 'copy:templates', 'shell:buildBinary:' + p + ':' + a, 'shell:downloadDockerBinary:' + p + ':' + a, 'webpack:prod'