mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 10:53:50 +08:00
Toolkit: Deprecate and replace toolkit:build with plain yarn scripts (#57620)
* Toolkit: Deprecate and replace toolkit:build with plain yarn scripts * Remove "generated" from copied files in the script
This commit is contained in:
@ -58,8 +58,11 @@ export const run = (includeInternalScripts = false) => {
|
||||
|
||||
program
|
||||
.command('toolkit:build')
|
||||
.description('Prepares grafana/toolkit dist package')
|
||||
.description('[Deprecated] Prepares grafana/toolkit dist package')
|
||||
.action(async (cmd) => {
|
||||
chalk.yellow.bold(
|
||||
`⚠️ This command is deprecated and will be removed in v10. No further support will be provided. ⚠️`
|
||||
);
|
||||
await execTask(toolkitBuildTask)({});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user