Skip to content

Commit 12cfe7f

Browse files
authored
Fix "grunt release" don't converted html templates to js
1 parent c655376 commit 12cfe7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ module.exports = function(grunt) {
546546
// Step 2, we queue up additional tasks
547547
grunt.task.run([
548548
'conventionalChangelog',
549+
'html2js',
549550
'build',
550551
'copy',
551552
'shell:release-prepare',

0 commit comments

Comments
 (0)