Skip to content

Commit aec32ac

Browse files
committed
Update doc command to use doc-name script
1 parent 3243291 commit aec32ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/akamai-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist"
2626
],
2727
"scripts": {
28-
"doc": "npx typedoc --name \"Akamai LaunchDarkly EdgeWorker SDK ${npm_package_version}\" --readme none --entryPointStrategy resolve src/index.ts",
28+
"doc": "npx typedoc --name \"$(../../../scripts/doc-name.sh .)\" --readme none --entryPointStrategy resolve src/index.ts",
2929
"build": "rollup -c rollup.config.js",
3030
"clean": "rimraf dist",
3131
"tsw": "yarn tsc --watch",

packages/sdk/akamai-edgekv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dist"
2727
],
2828
"scripts": {
29-
"doc": "npx typedoc --name \"Akamai LaunchDarkly EdgeWorker SDK for EdgeKV feature store ${npm_package_version}\" --readme none --entryPointStrategy resolve src/index.ts",
29+
"doc": "npx typedoc --name \"$(../../../scripts/doc-name.sh .)\" --readme none --entryPointStrategy resolve src/index.ts",
3030
"build": "rollup -c rollup.config.js",
3131
"clean": "rimraf dist",
3232
"tsw": "yarn tsc --watch",

0 commit comments

Comments
 (0)