Skip to content

Commit

Permalink
chore: setting npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Dec 9, 2024
1 parent d71dc9b commit eb9b4e3
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/build.yml

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

45 changes: 44 additions & 1 deletion .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: '@gammarers/aws-log-stream-event-notifier',
projenrcTs: true,
repositoryUrl: 'https://github.com/gammarers/aws-log-stream-event-notifier.git',
releaseToNpm: false, // tmp
releaseToNpm: true,
npmAccess: javascript.NpmAccess.PUBLIC,
minNodeVersion: '18.0.0',
workflowNodeVersion: '22.4.x',
Expand Down

0 comments on commit eb9b4e3

Please sign in to comment.