-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: excluding go from publish packages (#11)
fix: excluding go from published packages, for now this is unsupported once we have a repo
- Loading branch information
Showing
5 changed files
with
2 additions
and
81 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types'; | ||
import { CdklabsConstructLibrary, JsiiLanguage } from 'cdklabs-projen-project-types'; | ||
const project = new CdklabsConstructLibrary({ | ||
author: 'Amazon Web Services', | ||
authorAddress: '[email protected]', | ||
|
@@ -12,6 +12,7 @@ const project = new CdklabsConstructLibrary({ | |
prerelease: 'alpha', | ||
stability: 'experimental', | ||
releaseToNpm: true, | ||
jsiiTargetLanguages: [JsiiLanguage.PYTHON, JsiiLanguage.JAVA, JsiiLanguage.DOTNET], | ||
private: false, | ||
enablePRAutoMerge: true, | ||
repositoryUrl: 'https://github.com/cdklabs/cdk-verified-permissions.git', | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.