Skip to content

Commit b25cad9

Browse files
committed
chore: re-added commitizen configuration to package.json via projen
1 parent 296b3a2 commit b25cad9

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+12-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ const project = new awscdk.AwsCdkTypeScriptApp({
1111
sampleCode: false,
1212
gitignore: [
1313
'bin/config.json',
14-
'pages/.vitepress/dist/*'
14+
'pages/.vitepress/dist/*',
15+
'misc/',
16+
'.DS_Store',
17+
'eslint-results.sarif',
1518
],
1619
appEntrypoint: 'bin/genai-newsletter-app.ts',
1720
bin: {
@@ -85,6 +88,14 @@ const project = new awscdk.AwsCdkTypeScriptApp({
8588
},
8689
});
8790

91+
project.addFields({
92+
"config": {
93+
"commitizen": {
94+
"path": "./node_modules/cz-conventional-changelog"
95+
}
96+
}
97+
})
98+
8899
// Existing tasks
89100
project.tasks.addTask('config', {
90101
description: 'Run the CLI to configure the project',

package.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)