File tree 3 files changed +21
-12
lines changed
packages/generators/pnpm-ci
3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @aiou/generator-pnpm-ci " : patch
3
+ ---
4
+
5
+ failed copy eslint.config.js
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @aiou/generator-pnpm-ci " : patch
3
+ ---
4
+
5
+ config package.json install cz-emoji
Original file line number Diff line number Diff line change 25
25
output : .github/workflows
26
26
lint :
27
27
name : Setup eslint
28
- paths : .neo/**/assets/eslint/.*
28
+ paths : .neo/**/assets/eslint/eslint.config.js
29
29
steps :
30
30
- name : ESLint
31
31
uses : copy
@@ -114,16 +114,6 @@ jobs:
114
114
pairs :
115
115
- path : " scripts.prepare"
116
116
value : " husky install"
117
- commitizen :
118
- paths : .git
119
- name : Setup Commitizen
120
- steps :
121
- - name : Add cz-emoji
122
- uses : json-editor
123
- with :
124
- pairs :
125
- - path : " devDependencies.cz-emoji"
126
- value : " ^1.3.1"
127
117
config commitizen :
128
118
paths : .neo/**/assets/cz-emoji/.czrc
129
119
name : Setup Commitizen
@@ -132,4 +122,13 @@ jobs:
132
122
uses : copy
133
123
with :
134
124
output : .
135
-
125
+ cz-emoji :
126
+ paths : package.json
127
+ name : Install cz-emoji
128
+ steps :
129
+ - name : Add cz-emoji
130
+ uses : json-editor
131
+ with :
132
+ pairs :
133
+ - path : " devDependencies.cz-emoji"
134
+ value : " ^1.3.1"
You can’t perform that action at this time.
0 commit comments