Commit 4f84fd9 1 parent 6c7d9e5 commit 4f84fd9 Copy full SHA for 4f84fd9
File tree 4 files changed +5
-26
lines changed
4 files changed +5
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
with :
29
29
node-version : ' ${{ matrix.node }}'
30
30
- name : ' Install depependencies'
31
- run : yarn install
31
+ run : npm install --force
32
32
- name : ' Regenerate'
33
33
run : npm run regen
34
34
- name : ' ESLint'
59
59
with :
60
60
node-version : 22
61
61
- name : ' Install depependencies'
62
- run : yarn install
62
+ run : npm install --force
63
63
- name : ' Build'
64
64
run : npm run build
65
65
- name : ' Release'
Original file line number Diff line number Diff line change @@ -62,12 +62,4 @@ compatibilty_check() {
62
62
set +x
63
63
}
64
64
65
- commit_lint () {
66
- if git-branch-is -q -r " ^(master)" ; then
67
- commitlint --edit
68
- else
69
- true
70
- fi
71
- }
72
-
73
65
" $@ "
Original file line number Diff line number Diff line change 59
59
"compatibilty_check" : " sh Taskfile compatibilty_check" ,
60
60
"commit" : " cz"
61
61
},
62
+ "overrides" : {
63
+ "conventional-changelog-conventionalcommits" : " >= 8.0.0"
64
+ },
62
65
"config" : {
63
66
"commitizen" : {
64
67
"path" : " node_modules/cz-customizable"
65
- },
66
- "ghooks" : {
67
- "pre-commit" : " precise-commits" ,
68
- "commit-msg" : " sh Taskfile commit_lint"
69
68
}
70
69
},
71
70
"dependencies" : {
83
82
"ts-morph" : " 11 - 16"
84
83
},
85
84
"devDependencies" : {
86
- "@commitlint/cli" : " ^19.6.1" ,
87
- "@commitlint/config-conventional" : " ^19.6.0" ,
88
85
"@eslint/compat" : " ^1.2.5" ,
89
86
"@nestjs/apollo" : " ^13.0.1" ,
90
87
"@nestjs/common" : " ^11.0.1" ,
128
125
"eslint-plugin-unicorn" : " ^56.0.1" ,
129
126
"eslint-plugin-wix-editor" : " ^3.3.0" ,
130
127
"expect" : " ^29.7.0" ,
131
- "git-branch-is" : " ^4.0.0" ,
132
128
"graphql" : " ^16.10.0" ,
133
129
"graphql-scalars" : " ^1.24.0" ,
134
130
"graphql-type-json" : " ^0.3.2" ,
You can’t perform that action at this time.
0 commit comments