Skip to content

Commit

Permalink
feat: disable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
awlsring committed Apr 30, 2024
1 parent 6a5ba55 commit f3dcc7b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 184 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/build.yml

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

69 changes: 0 additions & 69 deletions .github/workflows/release.yml

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

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

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

24 changes: 0 additions & 24 deletions .projen/tasks.json

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

23 changes: 7 additions & 16 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@ const project = new AwlsringAwsCdkLibrary({
cdkVersion: '2.55.0',
name: 'cdk-aws-discord-notifiers',
repositoryUrl: 'https://github.com/awlsring/cdk-aws-discord-notifiers.git',
description: 'A package that vends constructs to notify about AWS resources via discord',
keywords: [
'discord',
'notification',
'aws',
'billing',
],
deps: [
'constructs@^10.1.52',
],
devDeps: [
'constructs@10.1.52',
'esbuild',
],
publish: true,
description:
'A package that vends constructs to notify about AWS resources via discord',
keywords: ['discord', 'notification', 'aws', 'billing'],
deps: ['constructs@^10.1.52'],
devDeps: ['constructs@10.1.52', 'esbuild'],
publish: false,
bundledDeps: [
'pino',
'@types/pino',
Expand All @@ -30,4 +21,4 @@ const project = new AwlsringAwsCdkLibrary({
'@aws-sdk/client-cost-explorer',
],
});
project.synth();
project.synth();
16 changes: 1 addition & 15 deletions package.json

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

0 comments on commit f3dcc7b

Please sign in to comment.