Skip to content

Commit f3dcc7b

Browse files
committed
feat: disable publish
1 parent 6a5ba55 commit f3dcc7b

File tree

6 files changed

+8
-184
lines changed

6 files changed

+8
-184
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 0 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,12 @@ const project = new AwlsringAwsCdkLibrary({
55
cdkVersion: '2.55.0',
66
name: 'cdk-aws-discord-notifiers',
77
repositoryUrl: 'https://github.com/awlsring/cdk-aws-discord-notifiers.git',
8-
description: 'A package that vends constructs to notify about AWS resources via discord',
9-
keywords: [
10-
'discord',
11-
'notification',
12-
'aws',
13-
'billing',
14-
],
15-
deps: [
16-
'constructs@^10.1.52',
17-
],
18-
devDeps: [
19-
20-
'esbuild',
21-
],
22-
publish: true,
8+
description:
9+
'A package that vends constructs to notify about AWS resources via discord',
10+
keywords: ['discord', 'notification', 'aws', 'billing'],
11+
deps: ['constructs@^10.1.52'],
12+
devDeps: ['[email protected]', 'esbuild'],
13+
publish: false,
2314
bundledDeps: [
2415
'pino',
2516
'@types/pino',
@@ -30,4 +21,4 @@ const project = new AwlsringAwsCdkLibrary({
3021
'@aws-sdk/client-cost-explorer',
3122
],
3223
});
33-
project.synth();
24+
project.synth();

package.json

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)