Skip to content

Commit

Permalink
fix: use shorter package name for go (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Jan 8, 2023
1 parent 99fbdb4 commit 2026131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
},
publishToGo: {
moduleName: 'github.com/mrgrain/cdk-esbuild-go',
packageName: 'cdkesbuild',
githubUseSsh: true,
githubDeployKeySecret: 'GO_DEPLOY_KEY',
},
Expand Down
3 changes: 2 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2026131

Please sign in to comment.