|
74 | 74 | "dep:update:check": "bunx upgradeps",
|
75 | 75 | "dep:update:skip": "bunx upgradeps -u -s",
|
76 | 76 | "depcheck": "bunx depcheck | xargs",
|
| 77 | + "depcheck:ci": "bunx depcheck", |
77 | 78 | "dev": "bun i && bun run build:bun && bun concurrently -k \"bun run hot-reload\" \"bun run live-reload\" \"bun run format:watch\" \"bun run test:watch:fast\"",
|
78 | 79 | "dev:all": "git pull && bun run dev:pre && bun run lint:quick && bun run lint:ox && bun run dev:build",
|
79 | 80 | "dev:build": "bun run build && bun run docs && bun dev",
|
|
136 | 137 | "cz-gitmoji-adapter": {
|
137 | 138 | "scopes": [
|
138 | 139 | ".depcheckrc.json",
|
139 |
| - ".eslintignore", |
140 | 140 | ".eslintrc.json",
|
| 141 | + ".eslintignore", |
141 | 142 | ".gitignore",
|
142 | 143 | ".prettierignore",
|
143 | 144 | ".prettierrc.json",
|
|
151 | 152 | "jest.config.json",
|
152 | 153 | "package-lock.json",
|
153 | 154 | "package.json",
|
154 |
| - "release.config.ts", |
155 | 155 | "renovate.json",
|
| 156 | + "release.config.ts", |
156 | 157 | "tsconfig.json",
|
157 | 158 | "typedoc.json",
|
158 | 159 | ".vscode/settings.json",
|
159 | 160 | "public/.gitkeep",
|
160 | 161 | "repo_management_files/branchnamingconventions.md",
|
161 |
| - "repo_management_files/cz-emoji-type-extract.js", |
162 | 162 | "repo_management_files/cz-type-extract.js",
|
163 | 163 | "repo_management_files/directorystructuredocument.md",
|
164 | 164 | "repo_management_files/extractfilescopes.js",
|
165 | 165 | "repo_management_files/genericcommitmessages.md",
|
166 | 166 | "repo_management_files/gitmojisemver-extract.js",
|
167 | 167 | "repo_management_files/issues.sh",
|
168 | 168 | "repo_management_files/labels.sh",
|
| 169 | + "repo_management_files/cz-emoji-type-extract.js", |
169 | 170 | "repo_management_files/packagejsondocument.md",
|
170 | 171 | ".github/dependabot.yml",
|
171 | 172 | ".github/workflows/build.yml",
|
|
179 | 180 | ".husky/pre-commit",
|
180 | 181 | ".husky/prepare-commit-msg",
|
181 | 182 | ".husky/_/.gitignore",
|
182 |
| - ".husky/_/applypatch-msg", |
| 183 | + ".husky/_/commit-msg", |
183 | 184 | ".husky/_/h",
|
184 | 185 | ".husky/_/post-applypatch",
|
185 |
| - ".husky/_/post-checkout", |
186 |
| - ".husky/_/commit-msg", |
187 | 186 | ".husky/_/post-commit",
|
188 | 187 | ".husky/_/post-merge",
|
189 | 188 | ".husky/_/post-rewrite",
|
| 189 | + ".husky/_/applypatch-msg", |
| 190 | + ".husky/_/post-checkout", |
190 | 191 | ".husky/_/pre-applypatch",
|
191 |
| - ".husky/_/pre-auto-gc", |
192 | 192 | ".husky/_/pre-commit",
|
| 193 | + ".husky/_/pre-auto-gc", |
193 | 194 | ".husky/_/pre-push",
|
194 | 195 | ".husky/_/pre-rebase",
|
195 | 196 | ".husky/_/prepare-commit-msg",
|
196 | 197 | "src/app.ts",
|
197 | 198 | "src/bin/.gitkeep",
|
198 |
| - "src/controllers/.gitkeep", |
199 | 199 | "src/configs/.gitkeep",
|
| 200 | + "src/controllers/.gitkeep", |
200 | 201 | "src/models/.gitkeep",
|
201 |
| - "src/middleware/.gitkeep", |
202 | 202 | "src/plugins/.gitkeep",
|
203 |
| - "src/views/.gitkeep", |
204 | 203 | "src/routes/.gitkeep",
|
| 204 | + "src/middleware/.gitkeep", |
| 205 | + "src/views/.gitkeep", |
205 | 206 | "src/utils/.gitkeep",
|
206 |
| - "test/.gitkeep", |
207 | 207 | "test/app.test.ts",
|
208 |
| - "test/bin/.gitkeep", |
| 208 | + "test/.gitkeep", |
209 | 209 | "test/configs/.gitkeep",
|
| 210 | + "test/bin/.gitkeep", |
210 | 211 | "test/controllers/.gitkeep",
|
211 |
| - "test/middleware/.gitkeep", |
| 212 | + "test/plugins/.gitkeep", |
212 | 213 | "test/models/.gitkeep",
|
213 |
| - "test/routes/.gitkeep", |
| 214 | + "test/middleware/.gitkeep", |
214 | 215 | "test/utils/.gitkeep",
|
215 |
| - "test/plugins/.gitkeep", |
216 |
| - "test/views/.gitkeep" |
| 216 | + "test/views/.gitkeep", |
| 217 | + "test/routes/.gitkeep" |
217 | 218 | ],
|
218 | 219 | "questions": {
|
219 | 220 | "scope": "Specify a scope: "
|
|
0 commit comments