diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json index c50ef6be56..a4405e9f04 100644 --- a/packages/techdocs-cli/package.json +++ b/packages/techdocs-cli/package.json @@ -25,7 +25,7 @@ "start": "nodemon --" }, "bin": { - "techdocs": "bin/techdocs-cli" + "techdocs-cli": "bin/techdocs-cli" }, "devDependencies": { "@spotify/eslint-config": "^7.0.0",