Skip to content

Commit

Permalink
test: test auto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Aug 15, 2024
1 parent a25476a commit cdece15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-storybook": "storybook build",
"clone-testplane": "node clone-testplane.js",
"docs:generate:ru-template": "npx typedoc .testplane/src/ --generate-json exports",
"docs:generate:ru": "npx typedoc .testplane/src/ --generate-from-json ./exports --out docs/api-reference --locale ru",
"docs:generate:ru": "npx typedoc .testplane/src/ --generate-from-json ./exports --out docs/api-reference",
"docs:generate:en": "npx typedoc .testplane/src/ --out i18n/en/docusaurus-plugin-content-docs/current/api-reference",
"docs:generate": "npm run docs:generate:en && npm run docs:generate:ru"
},
Expand Down

0 comments on commit cdece15

Please sign in to comment.