Skip to content

Commit

Permalink
Fix Typedoc task (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Jul 25, 2024
1 parent f2ae508 commit 1956c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"plugin:build-no-bridge": "mvn install",
"plugin:build:fast": "npm run plugin:build-no-bridge -- -DskipTests",
"pbf": "npm run plugin:build:fast",
"td": "node typedoc/scripts/setup-plugins.js && ./node_modules/.bin/typedoc --options typedoc/typedoc.js",
"td": "node typedoc/scripts/setup-plugins.js && npx typedoc --options typedoc/typedoc.js",
"prepare": "husky install",
"precommit": "pretty-quick --staged",
"count-rules": "node tools/count-rules.js",
Expand Down
2 changes: 1 addition & 1 deletion typedoc/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
searchInComments: true,
plugin: ['searchable-parameters-plugin'],
readme: './main.md',
tsconfig: '../packages/tsconfig.json',
tsconfig: '../packages/jsts/src/rules/tsconfig.json',
json: 'models/reflections.json',
pretty: true,
sidebarLinks: {
Expand Down

0 comments on commit 1956c1b

Please sign in to comment.