Skip to content

Commit

Permalink
fix(triggers): not published as part of v2 (#19168)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
rix0rrr authored Feb 26, 2022
1 parent b0e0155 commit 8f727d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@aws-cdk/triggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
"AWSLINT_BASE_CONSTRUCT": true
}
},
"ubergen": {
"exclude": true
},
"publishConfig": {
"tag": "latest"
},
Expand Down
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
"@aws-cdk/pipelines": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@aws-cdk/triggers": "0.0.0",
"@aws-cdk/ubergen": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/node": "^10.17.60",
Expand Down
1 change: 1 addition & 0 deletions packages/monocdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"@aws-cdk/pipelines": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@aws-cdk/triggers": "0.0.0",
"@aws-cdk/ubergen": "0.0.0",
"@aws-cdk/yaml-cfn": "0.0.0",
"@types/fs-extra": "^8.1.2",
Expand Down

0 comments on commit 8f727d1

Please sign in to comment.