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

This commit is contained in:
Dominik Prokop 2019-03-07 13:12:10 +01:00 committed by GitHub
parent 2a0122dfbc
commit 312ce88e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});
});