|
112 | 112 | "release:ci": "semantic-release", |
113 | 113 | "security": "bunx snyk code test --all-projects || echo 'Issues were found please run: bunx snyk code test' && bunx snyk test --all-projects || echo 'Issues were found please run: bunx snyk test'", |
114 | 114 | "security:fix": "snyk fix", |
115 | | - "test": "NODE_OPTIONS=--experimental-vm-modules node_modules/jest/bin/jest.js", |
| 115 | + "test": "NODE_OPTIONS=--experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests", |
116 | 116 | "test:changed": "bun run test -- --onlyChanged", |
117 | 117 | "test:clear": "bun run test --clearCache", |
118 | 118 | "test:dev": "bun run test:clear && bun run test:watch", |
|
134 | 134 | ".eslintignore", |
135 | 135 | ".eslintrc.json", |
136 | 136 | ".gitignore", |
137 | | - ".prettierignore", |
138 | 137 | ".prettierrc.json", |
| 138 | + ".prettierignore", |
139 | 139 | "license", |
140 | 140 | "readme.md", |
141 | 141 | "commitlint.config.ts", |
142 | | - "commit-template.hbs", |
143 | 142 | "default-template.hbs", |
| 143 | + "commit-template.hbs", |
144 | 144 | "emojitypescommitmessages.txt", |
145 | 145 | "jest.config.json", |
146 | 146 | "package-lock.json", |
|
156 | 156 | "repo_management_files/directorystructuredocument.md", |
157 | 157 | "repo_management_files/extractfilescopes.js", |
158 | 158 | "repo_management_files/genericcommitmessages.md", |
| 159 | + "repo_management_files/gitmojisemver-extract.js", |
159 | 160 | "repo_management_files/issues.sh", |
160 | 161 | "repo_management_files/labels.sh", |
161 | 162 | "repo_management_files/packagejsondocument.md", |
162 | | - "repo_management_files/gitmojisemver-extract.js", |
163 | 163 | ".husky/commit-msg", |
164 | 164 | ".husky/prepare-commit-msg", |
165 | | - ".husky/_/.gitignore", |
166 | 165 | ".husky/_/applypatch-msg", |
167 | | - ".husky/_/h", |
| 166 | + ".husky/_/.gitignore", |
168 | 167 | ".husky/_/commit-msg", |
169 | | - ".husky/_/post-checkout", |
170 | | - ".husky/_/post-applypatch", |
| 168 | + ".husky/_/h", |
171 | 169 | ".husky/_/post-commit", |
| 170 | + ".husky/_/post-applypatch", |
172 | 171 | ".husky/_/post-merge", |
| 172 | + ".husky/_/post-checkout", |
| 173 | + ".husky/_/post-rewrite", |
173 | 174 | ".husky/_/pre-applypatch", |
174 | | - ".husky/_/pre-auto-gc", |
175 | 175 | ".husky/_/pre-commit", |
176 | 176 | ".husky/_/pre-push", |
177 | | - ".husky/_/pre-rebase", |
178 | | - ".husky/_/post-rewrite", |
179 | 177 | ".husky/_/prepare-commit-msg", |
| 178 | + ".husky/_/pre-rebase", |
| 179 | + ".husky/_/pre-auto-gc", |
180 | 180 | ".github/dependabot.yml", |
181 | 181 | ".github/workflows/build.yml", |
182 | | - ".github/workflows/docs.yml", |
183 | 182 | ".github/workflows/lint.yml", |
| 183 | + ".github/workflows/docs.yml", |
184 | 184 | ".github/workflows/pr.yml", |
185 | 185 | ".github/workflows/release.yml", |
186 | 186 | ".github/workflows/test.yml", |
| 187 | + "src/app.ts", |
| 188 | + "src/bin/.gitkeep", |
| 189 | + "src/controllers/.gitkeep", |
| 190 | + "src/models/.gitkeep", |
| 191 | + "src/configs/.gitkeep", |
| 192 | + "src/middleware/.gitkeep", |
| 193 | + "src/plugins/.gitkeep", |
| 194 | + "src/routes/.gitkeep", |
| 195 | + "src/views/.gitkeep", |
| 196 | + "src/utils/.gitkeep", |
187 | 197 | "test/.gitkeep", |
188 | 198 | "test/bin/.gitkeep", |
189 | | - "test/configs/.gitkeep", |
190 | 199 | "test/middleware/.gitkeep", |
| 200 | + "test/configs/.gitkeep", |
191 | 201 | "test/controllers/.gitkeep", |
192 | 202 | "test/models/.gitkeep", |
193 | 203 | "test/plugins/.gitkeep", |
194 | | - "test/utils/.gitkeep", |
195 | | - "test/views/.gitkeep", |
196 | 204 | "test/routes/.gitkeep", |
197 | | - "src/app.ts", |
198 | | - "src/bin/.gitkeep", |
199 | | - "src/configs/.gitkeep", |
200 | | - "src/controllers/.gitkeep", |
201 | | - "src/middleware/.gitkeep", |
202 | | - "src/plugins/.gitkeep", |
203 | | - "src/utils/.gitkeep", |
204 | | - "src/views/.gitkeep", |
205 | | - "src/routes/.gitkeep", |
206 | | - "src/models/.gitkeep" |
| 205 | + "test/views/.gitkeep", |
| 206 | + "test/utils/.gitkeep" |
207 | 207 | ], |
208 | 208 | "questions": { |
209 | 209 | "scope": "Specify a scope: " |
|
0 commit comments