From c0c2e08bcfbb348ce8bb8d9980d4db22e2713d37 Mon Sep 17 00:00:00 2001 From: Neea Rusch Date: Fri, 8 Jan 2021 01:33:40 -0500 Subject: [PATCH] fix(xt-build): command path fix --- config/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gulpfile.js b/config/gulpfile.js index 92c5007a..b85343c9 100644 --- a/config/gulpfile.js +++ b/config/gulpfile.js @@ -165,7 +165,7 @@ const watch = () => { gulp.watch([paths.locales_dir + '**/*.json'], locales); gulp.watch(paths.manifest, copyManifest); gulp.watch(getArray(paths.icons), copyImages); - gulp.watch(getArray(paths.commands_watch_path), custom_commands); + gulp.watch(getArray(paths.commands_watch_path || ""), custom_commands); }; const build = gulp.series(