diff --git a/emails/grunt/watch.js b/emails/grunt/watch.js index 284851c500c..65b3970da7f 100644 --- a/emails/grunt/watch.js +++ b/emails/grunt/watch.js @@ -9,7 +9,7 @@ module.exports = { tasks: ['default'], options: { nospawn: true, - livereload: true, + livereload: false, } }