Skip to content

Commit a1fb9a2

Browse files
authored
chore(clients): sort and standardized naming for npm scripts (#2821)
1 parent 5fdf104 commit a1fb9a2

File tree

285 files changed

+2009
-2293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

285 files changed

+2009
-2293
lines changed

clients/client-accessanalyzer/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-acm-pca/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-acm/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-alexa-for-business/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-amp/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "jest --coverage --passWithNoTests",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "jest --coverage --passWithNoTests"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-amplify/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-amplifybackend/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "jest --coverage --passWithNoTests",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "jest --coverage --passWithNoTests"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-api-gateway/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-apigatewaymanagementapi/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-apigatewayv2/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-app-mesh/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-appconfig/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-appflow/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "jest --coverage --passWithNoTests",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "jest --coverage --passWithNoTests"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-appintegrations/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "jest --coverage --passWithNoTests",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "jest --coverage --passWithNoTests"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-application-auto-scaling/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

clients/client-application-discovery-service/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
44
"version": "3.33.0",
55
"scripts": {
6-
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7-
"build-documentation": "yarn remove-documentation && typedoc ./",
8-
"remove-definitions": "rimraf ./types",
9-
"remove-dist": "rimraf ./dist",
10-
"remove-documentation": "rimraf ./docs",
11-
"test": "exit 0",
6+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
127
"build:cjs": "tsc -p tsconfig.json",
8+
"build:docs": "yarn clean:docs && typedoc ./",
139
"build:es": "tsc -p tsconfig.es.json",
14-
"build": "yarn build:cjs && yarn build:es && yarn build:types",
10+
"build:types": "tsc -p tsconfig.types.json",
11+
"clean": "yarn clean:dist && yarn clean:docs",
12+
"clean:dist": "rimraf ./dist",
13+
"clean:docs": "rimraf ./docs",
1514
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
16-
"build:types": "tsc -p tsconfig.types.json"
15+
"test": "exit 0"
1716
},
1817
"main": "./dist/cjs/index.js",
1918
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)