Skip to content

Commit 93735aa

Browse files
author
Niranjan Jayakar
authored
chore: switch to using yarn in package.json scripts (#12530)
We've moved off the npm client and onto yarn a long time ago. These scripts are still using the npm client. Instead switch them to use the `yarn` command. No substantial difference, just consistency. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ea67c54 commit 93735aa

File tree

197 files changed

+396
-396
lines changed

Some content is hidden

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

197 files changed

+396
-396
lines changed

packages/@aws-cdk-containers/ecs-service-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"pkglint": "pkglint -f",
1919
"package": "cdk-package",
2020
"awslint": "cdk-awslint",
21-
"build+test+package": "npm run build+test && npm run package",
22-
"build+test": "npm run build && npm test",
21+
"build+test+package": "yarn build+test && yarn package",
22+
"build+test": "yarn build && yarn test",
2323
"compat": "cdk-compat"
2424
},
2525
"keywords": [

packages/@aws-cdk/alexa-ask/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"watch": "cdk-watch",
4949
"awslint": "cdk-awslint",
5050
"cfn2ts": "cfn2ts",
51-
"build+test+package": "npm run build+test && npm run package",
52-
"build+test": "npm run build && npm test",
51+
"build+test+package": "yarn build+test && yarn package",
52+
"build+test": "yarn build && yarn test",
5353
"compat": "cdk-compat",
5454
"gen": "cfn2ts",
5555
"rosetta:extract": "yarn --silent jsii-rosetta extract"

packages/@aws-cdk/app-delivery/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"lint": "cdk-lint",
4242
"integ": "cdk-integ",
4343
"awslint": "cdk-awslint",
44-
"build+test+package": "npm run build+test && npm run package",
45-
"build+test": "npm run build && npm test",
44+
"build+test+package": "yarn build+test && yarn package",
45+
"build+test": "yarn build && yarn test",
4646
"compat": "cdk-compat",
4747
"rosetta:extract": "yarn --silent jsii-rosetta extract"
4848
},

packages/@aws-cdk/assert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "cdk-test",
1212
"pkglint": "pkglint -f",
1313
"package": "cdk-package",
14-
"build+test+package": "npm run build+test && npm run package",
15-
"build+test": "npm run build && npm test"
14+
"build+test+package": "yarn build+test && yarn package",
15+
"build+test": "yarn build && yarn test"
1616
},
1717
"author": {
1818
"name": "Amazon Web Services",

packages/@aws-cdk/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"pkglint": "pkglint -f",
4747
"package": "cdk-package",
4848
"awslint": "cdk-awslint",
49-
"build+test+package": "npm run build+test && npm run package",
50-
"build+test": "npm run build && npm test",
49+
"build+test+package": "yarn build+test && yarn package",
50+
"build+test": "yarn build && yarn test",
5151
"compat": "cdk-compat",
5252
"rosetta:extract": "yarn --silent jsii-rosetta extract"
5353
},

packages/@aws-cdk/aws-accessanalyzer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"watch": "cdk-watch",
5050
"cfn2ts": "cfn2ts",
5151
"compat": "cdk-compat",
52-
"build+test": "npm run build && npm test",
53-
"build+test+package": "npm run build+test && npm run package",
52+
"build+test": "yarn build && yarn test",
53+
"build+test+package": "yarn build+test && yarn package",
5454
"gen": "cfn2ts",
5555
"rosetta:extract": "yarn --silent jsii-rosetta extract"
5656
},

packages/@aws-cdk/aws-acmpca/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"package": "cdk-package",
4949
"awslint": "cdk-awslint",
5050
"cfn2ts": "cfn2ts",
51-
"build+test+package": "npm run build+test && npm run package",
52-
"build+test": "npm run build && npm test",
51+
"build+test+package": "yarn build+test && yarn package",
52+
"build+test": "yarn build && yarn test",
5353
"compat": "cdk-compat",
5454
"gen": "cfn2ts",
5555
"rosetta:extract": "yarn --silent jsii-rosetta extract"

packages/@aws-cdk/aws-amazonmq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"watch": "cdk-watch",
4949
"awslint": "cdk-awslint",
5050
"cfn2ts": "cfn2ts",
51-
"build+test+package": "npm run build+test && npm run package",
52-
"build+test": "npm run build && npm test",
51+
"build+test+package": "yarn build+test && yarn package",
52+
"build+test": "yarn build && yarn test",
5353
"compat": "cdk-compat",
5454
"gen": "cfn2ts",
5555
"rosetta:extract": "yarn --silent jsii-rosetta extract"

packages/@aws-cdk/aws-amplify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"test": "cdk-test",
4949
"watch": "cdk-watch",
5050
"cfn2ts": "cfn2ts",
51-
"build+test": "npm run build && npm test",
52-
"build+test+package": "npm run build+test && npm run package",
51+
"build+test": "yarn build && yarn test",
52+
"build+test+package": "yarn build+test && yarn package",
5353
"compat": "cdk-compat",
5454
"gen": "cfn2ts",
5555
"rosetta:extract": "yarn --silent jsii-rosetta extract"

packages/@aws-cdk/aws-apigateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"package": "cdk-package",
4848
"awslint": "cdk-awslint",
4949
"cfn2ts": "cfn2ts",
50-
"build+test+package": "npm run build+test && npm run package",
51-
"build+test": "npm run build && npm test",
50+
"build+test+package": "yarn build+test && yarn package",
51+
"build+test": "yarn build && yarn test",
5252
"compat": "cdk-compat",
5353
"gen": "cfn2ts",
5454
"rosetta:extract": "yarn --silent jsii-rosetta extract"

0 commit comments

Comments
 (0)