Skip to content

Commit

Permalink
Add the documentation dependency for generation documentation
Browse files Browse the repository at this point in the history
Fix docs command
  • Loading branch information
NullVoxPopuli committed Aug 20, 2024
1 parent ce8a360 commit c25dacf
Show file tree
Hide file tree
Showing 2 changed files with 1,513 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"scripts": {
"build": "rollup --config",
"build:docs": "pnpm build && documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o ../API.md",
"build:docs": "pnpm build && documentation build --document-exported \"./dist/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o ../API.md",
"lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'",
"lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:'",
"lint:js": "eslint . --cache",
Expand Down Expand Up @@ -68,6 +68,7 @@
"@typescript-eslint/parser": "^8.2.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"documentation": "^14.0.3",
"ember-source": "^5.11.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit c25dacf

Please sign in to comment.