Skip to content

Commit bab9737

Browse files
SQS and BullMQ connector added
1 parent 32f2567 commit bab9737

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,17 @@
9797
"typescript": "~5.2.2",
9898
"typescript-eslint": "^8.24.0"
9999
},
100-
"release": {
100+
"overrides":{
101+
"@commitlint/config-lerna-scopes":{
102+
"lerna":"^7.3.0"
103+
}
104+
},
105+
"config": {
106+
"commitizen": {
107+
"path": "./node_modules/cz-customizable"
108+
}
109+
},
110+
"release": {
101111
"branches": [
102112
"master"
103113
],

0 commit comments

Comments
 (0)