Skip to content

Commit 3b5d673

Browse files
committed
chore(serverless-api): turn off typedoc for now
1 parent 63b1319 commit 3b5d673

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/serverless-api/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "tsc",
1111
"watch": "tsc --watch",
1212
"build:noemit": "tsc --noEmit",
13-
"docs": "typedoc --options typedoc.json",
13+
"docs": "echo 'fix typedoc --options typedoc.json'; exit 1;",
1414
"clean": "rimraf ./dist",
1515
"prepack": "run-s clean build"
1616
},
@@ -52,8 +52,7 @@
5252
"npm-run-all": "^4.1.5",
5353
"rimraf": "^2.6.3",
5454
"ts-jest": "^26.5.0",
55-
"typedoc": "^0.19.2",
56-
"typedoc-plugin-external-module-name": "^4.0.6",
55+
"typedoc": "^0.23.10",
5756
"typescript": "^4.7.4"
5857
},
5958
"dependencies": {

0 commit comments

Comments
 (0)