diff --git a/build/grunt.js b/build/grunt.js index 560c1f5b7d..4020625e65 100644 --- a/build/grunt.js +++ b/build/grunt.js @@ -452,7 +452,7 @@ module.exports = function(grunt) { }, shell: { babel: { - command: 'npm run babel -- --w', + command: 'npm run babel -- --watch', options: { preferLocal: true }