Fix "grunt release" don't converted html templates to js

This commit is contained in:
Nicolas PASCAL
2018-08-30 00:03:11 +02:00
committed by GitHub
parent c6553764e7
commit 12cfe7f4a6
+1
View File
@@ -546,6 +546,7 @@ module.exports = function(grunt) {
// Step 2, we queue up additional tasks
grunt.task.run([
'conventionalChangelog',
'html2js',
'build',
'copy',
'shell:release-prepare',