Add minify option to backend:build

Co-authored-by: Ainhoa Larumbe <ainhoal@spotify.com>
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
This commit is contained in:
Vincenzo Scamporlino
2021-12-02 10:53:36 +01:00
parent 3edae6a3e8
commit 1a1756d538
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -165,6 +165,7 @@ common example being the `migrations` directory.
Usage: backstage-cli backend:build [options]
Options:
--minify Minify the generated code
-h, --help display help for command
```