From e2a6b6d79e3a3695e5138edd98fa686a5d61c12a Mon Sep 17 00:00:00 2001 From: Alex Bit <78109534+alexbit-codemod@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:26:55 -0700 Subject: [PATCH] docs: remove codemod build (#1266) codemod build does not exist anymore. --- apps/docs/deploying-codemods/cli.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/docs/deploying-codemods/cli.mdx b/apps/docs/deploying-codemods/cli.mdx index 7d4751511..c12998548 100644 --- a/apps/docs/deploying-codemods/cli.mdx +++ b/apps/docs/deploying-codemods/cli.mdx @@ -28,14 +28,6 @@ After running this command, if any git diff exists, the Codemod Engine will use codemod learn ``` -### `codemod build` - -Can be used to build a JavaScript codemod package. If you are using any of the [supported JavaScript codemod engines](/guides/building-codemods/package-requirements#supported-codemod-engines), you can use the CLI to build the main executable file. - -```bash -codemod build -``` - ## Share/discover ### `codemod search`