-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix alpha build of lambda-go/python packages
Now that the hard-coded refernces to @aws-cdk/aws-lambda have been removed from these packages, we can publish them as "normal" alpha modules. This just involves removing the special config from both package.jsons. Note this is also forward-porting #15994 from master, which was missed in the original change to make these packages v2-compliant. We _could_ just wait for the next forward merge job, but wanting to close this out while I still have context. closes #15586 closes #15585
- Loading branch information
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,5 @@ | |
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"separate-module": false, | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,6 @@ | |
"docker" | ||
] | ||
}, | ||
"separate-module": false, | ||
"publishConfig": { | ||
"tag": "latest" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters