diff --git a/package.json b/package.json index ff0c921..0a0c13f 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,8 @@ "postpack": "shx rm -f oclif.manifest.json", "posttest": "npm run lint", "prepack": "oclif manifest", - "test": "mocha --forbid-only \"test/**/*.test.ts\"" + "test": "mocha --forbid-only \"test/**/*.test.ts\"", + "readme": "oclif readme --readme-path ../docs.letsdisco.dev/docs/disco-cli-reference.md" }, "types": "dist/index.d.ts" }