We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc9f0e commit 4091ab8Copy full SHA for 4091ab8
package.json
@@ -28,8 +28,6 @@
28
"example": "examples"
29
},
30
"scripts": {
31
- "prepublishOnly": "cp src/README.md README.md",
32
- "postpublish": "git checkout README.md",
33
"clean": "rm -rf dist tsconfig.tsbuildinfo",
34
"test": "vitest run",
35
"generate": "node scripts/generate.js && npm run format",
src/typedoc.json
@@ -27,7 +27,7 @@
27
"theme": "typedoc-github-theme",
"lightHighlightTheme": "github-light",
"darkHighlightTheme": "github-dark",
- "readme": "./README.md",
+ "readme": "../README.md",
"exclude": [
"**/node_modules/**",
"**/dist/**",
0 commit comments