Skip to content

Commit f0fa7f9

Browse files
committed
Add build of addons in build task
1 parent aaa671e commit f0fa7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ module.exports = function (grunt) {
305305
// Build
306306
grunt.registerTask('build', [
307307
'hr',
308-
'exec:build_files_editor'
308+
'exec:build_files_editor',
309+
'buildAddons:dev'
309310
]);
310311

311312
// Build tmp directory
@@ -368,7 +369,6 @@ module.exports = function (grunt) {
368369

369370
grunt.registerTask('default', [
370371
'build',
371-
'buildAddons:dev',
372372
'run'
373373
]);
374374
};

0 commit comments

Comments
 (0)