Skip to content

Commit b9d2cbb

Browse files
committed
Fix documentation generation command in package.json to specify entry file
1 parent 32ae6ab commit b9d2cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "jest --runInBand",
2222
"lint": "eslint src --ext .ts",
2323
"format": "prettier --write \"src/**/*.ts\"",
24-
"docs": "npx typedoc --out docs src",
24+
"docs": "npx typedoc src/index.ts",
2525
"prepublishOnly": "npm run build"
2626
},
2727
"keywords": [

0 commit comments

Comments
 (0)