Commit 312ce88e by Dominik Prokop Committed by GitHub

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

parent 2a0122df
...@@ -16,7 +16,7 @@ program ...@@ -16,7 +16,7 @@ program
.description('Starts Grafana front-end in development mode with watch enabled') .description('Starts Grafana front-end in development mode with watch enabled')
.action(async cmd => { .action(async cmd => {
await execTask(startTask)({ await execTask(startTask)({
watchThemes: cmd.theme, watchThemes: cmd.watchTheme,
hot: cmd.hot, hot: cmd.hot,
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment