Skip to content

Commit

Permalink
chore(clients): do not clean docs during build (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 5, 2022
1 parent 7a207a9 commit e6ff930
Show file tree
Hide file tree
Showing 305 changed files with 305 additions and 305 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfigdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-discovery-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-applicationcostprofiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling-plans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-braket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-meetings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloud9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudcontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-clouddirectory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudhsm-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudhsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:docs": "typedoc",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
Expand Down

0 comments on commit e6ff930

Please sign in to comment.