Skip to content

Commit e3fd00f

Browse files
committed
fix buildcontrol task for generator
1 parent b599877 commit e3fd00f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Gruntfile.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ module.exports = function (grunt) {
161161
}
162162

163163
function gruntRelease() {
164-
return run('grunt buildcontrol');
164+
return run('grunt buildcontrol:heroku');
165165
}
166166
});
167167

168168
grunt.registerTask('demo', [
169169
'clean:demo',
170-
'generate'
170+
'generate',
171+
'buildcontrol:release'
171172
]);
172173

173174
//grunt.registerTask('default', ['bump', 'changelog', 'stage', 'release']);

0 commit comments

Comments
 (0)