Skip to content

Commit d450759

Browse files
authored
chore(package.json): rename build-documentation to build:docs (#3156)
1 parent 1e028be commit d450759

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"clean": "yarn clear-build-cache && yarn clear-build-info && lerna clean",
1414
"clear-build-cache": "rimraf ./packages/*/dist-* ./clients/*/dist-* ./lib/*/dist-* ./private/*/dist-*",
1515
"clear-build-info": "rimraf ./packages/**/*.tsbuildinfo ./clients/**/*.tsbuildinfo ./lib/**/*.tsbuildinfo ./private/**/*.tsbuildinfo",
16-
"remove-documentation": "rimraf ./docs",
1716
"build:clients:generic": "lerna run --scope '@aws-sdk/aws-echo-service' --include-dependencies build",
1817
"build:packages": "lerna run build --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' --ignore '@aws-sdk/lib-*' --include-dependencies",
1918
"build:crypto-dependencies": "lerna run --scope '@aws-sdk/{types,util-utf8-browser,util-locate-window,hash-node}' --include-dependencies build",
@@ -22,7 +21,7 @@
2221
"build:clients:since:release": "yarn build:packages && lerna run build $(lerna changed | grep -e '@aws-sdk/[client|lib]-*' | sed 's/^/ --scope /' | tr '\n' ' ')",
2322
"build:all": "yarn build:crypto-dependencies && lerna run build",
2423
"build:types:downlevel": "node --es-module-specifier-resolution=node ./scripts/downlevel-dts",
25-
"build-documentation": "yarn remove-documentation && typedoc",
24+
"build:docs": "typedoc",
2625
"pretest:all": "yarn build:all",
2726
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
2827
"test:functional": "jest --config tests/functional/jest.config.js",

0 commit comments

Comments
 (0)