We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa671e commit f0fa7f9Copy full SHA for f0fa7f9
1 file changed
Gruntfile.js
@@ -305,7 +305,8 @@ module.exports = function (grunt) {
305
// Build
306
grunt.registerTask('build', [
307
'hr',
308
- 'exec:build_files_editor'
+ 'exec:build_files_editor',
309
+ 'buildAddons:dev'
310
]);
311
312
// Build tmp directory
@@ -368,7 +369,6 @@ module.exports = function (grunt) {
368
369
370
grunt.registerTask('default', [
371
'build',
- 'buildAddons:dev',
372
'run'
373
374
};
0 commit comments