Skip to content

Commit

Permalink
chore(package.json): rename build-documentation to build:docs (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2022
1 parent 1e028be commit d450759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"clean": "yarn clear-build-cache && yarn clear-build-info && lerna clean",
"clear-build-cache": "rimraf ./packages/*/dist-* ./clients/*/dist-* ./lib/*/dist-* ./private/*/dist-*",
"clear-build-info": "rimraf ./packages/**/*.tsbuildinfo ./clients/**/*.tsbuildinfo ./lib/**/*.tsbuildinfo ./private/**/*.tsbuildinfo",
"remove-documentation": "rimraf ./docs",
"build:clients:generic": "lerna run --scope '@aws-sdk/aws-echo-service' --include-dependencies build",
"build:packages": "lerna run build --ignore '@aws-sdk/client-*' --ignore '@aws-sdk/aws-*' --ignore '@aws-sdk/lib-*' --include-dependencies",
"build:crypto-dependencies": "lerna run --scope '@aws-sdk/{types,util-utf8-browser,util-locate-window,hash-node}' --include-dependencies build",
Expand All @@ -22,7 +21,7 @@
"build:clients:since:release": "yarn build:packages && lerna run build $(lerna changed | grep -e '@aws-sdk/[client|lib]-*' | sed 's/^/ --scope /' | tr '\n' ' ')",
"build:all": "yarn build:crypto-dependencies && lerna run build",
"build:types:downlevel": "node --es-module-specifier-resolution=node ./scripts/downlevel-dts",
"build-documentation": "yarn remove-documentation && typedoc",
"build:docs": "typedoc",
"pretest:all": "yarn build:all",
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
"test:functional": "jest --config tests/functional/jest.config.js",
Expand Down

0 comments on commit d450759

Please sign in to comment.