Skip to content

Commit 8f727d1

Browse files
authored
fix(triggers): not published as part of v2 (#19168)
Config that explicitly excluded the package from the v2 build had slipped in. Fixes #19164. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b0e0155 commit 8f727d1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@
106106
"AWSLINT_BASE_CONSTRUCT": true
107107
}
108108
},
109-
"ubergen": {
110-
"exclude": true
111-
},
112109
"publishConfig": {
113110
"tag": "latest"
114111
},

packages/aws-cdk-lib/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
"@aws-cdk/pipelines": "0.0.0",
350350
"@aws-cdk/pkglint": "0.0.0",
351351
"@aws-cdk/region-info": "0.0.0",
352+
"@aws-cdk/triggers": "0.0.0",
352353
"@aws-cdk/ubergen": "0.0.0",
353354
"@types/fs-extra": "^8.1.2",
354355
"@types/node": "^10.17.60",

packages/monocdk/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@
346346
"@aws-cdk/pipelines": "0.0.0",
347347
"@aws-cdk/pkglint": "0.0.0",
348348
"@aws-cdk/region-info": "0.0.0",
349+
"@aws-cdk/triggers": "0.0.0",
349350
"@aws-cdk/ubergen": "0.0.0",
350351
"@aws-cdk/yaml-cfn": "0.0.0",
351352
"@types/fs-extra": "^8.1.2",

0 commit comments

Comments
 (0)