We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8737d commit 120e1f5Copy full SHA for 120e1f5
2 files changed
docs/add-redirects.sh
docs/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"main": "typedoc.js",
5
"scripts": {
6
- "build": "typedoc ../index.d.ts && ./add-redirects.sh",
+ "build": "typedoc ../index.d.ts",
7
"pretest": "tsc -p . && tsc --types node test",
8
"test": "node test"
9
},
0 commit comments