瀏覽代碼

Update core:start cli command to watch theme changes again (#15856)

Dominik Prokop 6 年之前
父節點
當前提交
312ce88e25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/cli/index.ts

+ 1 - 1
scripts/cli/index.ts

@@ -16,7 +16,7 @@ program
   .description('Starts Grafana front-end in development mode with watch enabled')
   .action(async cmd => {
     await execTask(startTask)({
-      watchThemes: cmd.theme,
+      watchThemes: cmd.watchTheme,
       hot: cmd.hot,
     });
   });