From 347c8ed6dcbc639dd4498bb1949264435e419bc7 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 6 Mar 2023 11:43:17 +0100 Subject: [PATCH] docs/local-dev: fix incorrect exports command Signed-off-by: Patrik Oldsberg --- docs/local-dev/cli-build-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local-dev/cli-build-system.md b/docs/local-dev/cli-build-system.md index 2eb695e3a3..a86c0eaa35 100644 --- a/docs/local-dev/cli-build-system.md +++ b/docs/local-dev/cli-build-system.md @@ -671,7 +671,7 @@ TypeScript support is currently handled though the `typesVersions` field, as the To add subpath exports to an existing package, simply add the desired `"exports"` fields and then run the following command: ```bash -yarn backstage-cli package migrate package-exports +yarn backstage-cli migrate package-exports ``` ## Experimental Type Build