Skip to content

Commit

Permalink
build: add cname option for typedoc script
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jun 26, 2022
1 parent 97bae17 commit 96ab8e4
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 @@ -6,7 +6,7 @@
"types": "index.d.ts",
"scripts": {
"build": "rm -rf build/ && tsc",
"docs": "npx typedoc --entryPointStrategy expand src/ index.ts",
"docs": "npx typedoc --cname disgrowth.js.org --entryPointStrategy expand src/ index.ts",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --fix",
"test:dry": "npx ts-node test/disgrowth.test.ts",
Expand Down

0 comments on commit 96ab8e4

Please sign in to comment.