Skip to content

Commit

Permalink
Fix typedoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Dec 8, 2023
1 parent 98f6eb8 commit 824d387
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 @@ -46,7 +46,7 @@
"pretest": "npm run compile",
"posttest": "npm run lint",
"test": "vitest",
"doc": "typedoc --entryPointStrategy packages . --name scale-workshop-core"
"doc": "typedoc src/index.ts . --name scale-workshop-core"
},
"dependencies": {
"xen-dev-utils": "^0.2.0"
Expand Down

0 comments on commit 824d387

Please sign in to comment.