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

pull/15904/head
Dominik Prokop 7 years ago committed by GitHub
parent 2a0122dfbc
commit 312ce88e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,
});
});

Loading…
Cancel
Save