Skip to content

Commit 298ceb1

Browse files
authored
[engsys] remove typedoc dependency and usage (Azure#23061)
We have tool to generate docs in ci pipelines. Individual package shouldn't need to generate docs any more.
1 parent 1f9325c commit 298ceb1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sdk/communication/communication-job-router/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
3131
"unit-test:browser": "dev-tool run test:browser",
3232
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
33-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
34-
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
33+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
3534
},
3635
"files": [
3736
"dist/",
@@ -125,7 +124,6 @@
125124
"rollup": "^1.16.3",
126125
"sinon": "^9.0.2",
127126
"typescript": "~4.2.0",
128-
"util": "^0.12.1",
129-
"typedoc": "0.15.2"
127+
"util": "^0.12.1"
130128
}
131129
}

0 commit comments

Comments
 (0)