Skip to content

chore(clients): sort and standardized naming for npm scripts #2821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "jest --coverage --passWithNoTests",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "jest --coverage --passWithNoTests"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "jest --coverage --passWithNoTests",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "jest --coverage --passWithNoTests"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-apigatewaymanagementapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-appconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-appflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "jest --coverage --passWithNoTests",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "jest --coverage --passWithNoTests"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-appintegrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "jest --coverage --passWithNoTests",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "jest --coverage --passWithNoTests"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-application-auto-scaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 7 additions & 8 deletions clients/client-application-discovery-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
"version": "3.33.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
"remove-definitions": "rimraf ./types",
"remove-dist": "rimraf ./dist",
"remove-documentation": "rimraf ./docs",
"test": "exit 0",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:docs": "yarn clean:docs && typedoc ./",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:types": "tsc -p tsconfig.types.json",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist",
"clean:docs": "rimraf ./docs",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"build:types": "tsc -p tsconfig.types.json"
"test": "exit 0"
},
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
Loading