|
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 --passWithNoTests", |
| 115 | + "test": "node_modules/jest/bin/jest.js", |
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 | ".eslintrc.json", |
135 | 135 | ".eslintignore", |
136 | 136 | ".gitignore", |
| 137 | + ".prettierignore", |
137 | 138 | ".prettierrc.json", |
138 | 139 | "license", |
139 | | - ".prettierignore", |
140 | 140 | "commit-template.hbs", |
141 | 141 | "commitlint.config.ts", |
142 | | - "readme.md", |
143 | 142 | "default-template.hbs", |
| 143 | + "readme.md", |
144 | 144 | "emojitypescommitmessages.txt", |
145 | 145 | "jest.config.json", |
146 | 146 | "package-lock.json", |
|
150 | 150 | "tsconfig.json", |
151 | 151 | "typedoc.json", |
152 | 152 | ".vscode/settings.json", |
153 | | - "public/.gitkeep", |
| 153 | + "repo_management_files/cz-emoji-type-extract.js", |
154 | 154 | "repo_management_files/cz-type-extract.js", |
155 | 155 | "repo_management_files/directorystructuredocument.md", |
156 | 156 | "repo_management_files/extractfilescopes.js", |
157 | | - "repo_management_files/cz-emoji-type-extract.js", |
158 | 157 | "repo_management_files/genericcommitmessages.md", |
| 158 | + "repo_management_files/gitmojisemver-extract.js", |
159 | 159 | "repo_management_files/issues.sh", |
160 | 160 | "repo_management_files/labels.sh", |
161 | | - "repo_management_files/gitmojisemver-extract.js", |
162 | 161 | "repo_management_files/packagejsondocument.md", |
163 | | - ".husky/prepare-commit-msg", |
| 162 | + "public/.gitkeep", |
| 163 | + ".github/dependabot.yml", |
| 164 | + ".github/workflows/build.yml", |
| 165 | + ".github/workflows/docs.yml", |
| 166 | + ".github/workflows/lint.yml", |
| 167 | + ".github/workflows/pr.yml", |
| 168 | + ".github/workflows/release.yml", |
| 169 | + ".github/workflows/test.yml", |
164 | 170 | ".husky/commit-msg", |
| 171 | + ".husky/prepare-commit-msg", |
165 | 172 | ".husky/_/.gitignore", |
166 | 173 | ".husky/_/applypatch-msg", |
167 | 174 | ".husky/_/commit-msg", |
|
171 | 178 | ".husky/_/post-commit", |
172 | 179 | ".husky/_/post-merge", |
173 | 180 | ".husky/_/post-rewrite", |
| 181 | + ".husky/_/pre-applypatch", |
174 | 182 | ".husky/_/pre-auto-gc", |
175 | 183 | ".husky/_/pre-commit", |
176 | 184 | ".husky/_/pre-push", |
177 | | - ".husky/_/pre-applypatch", |
178 | | - ".husky/_/prepare-commit-msg", |
179 | 185 | ".husky/_/pre-rebase", |
180 | | - ".github/dependabot.yml", |
181 | | - ".github/workflows/build.yml", |
182 | | - ".github/workflows/docs.yml", |
183 | | - ".github/workflows/lint.yml", |
184 | | - ".github/workflows/pr.yml", |
185 | | - ".github/workflows/release.yml", |
186 | | - ".github/workflows/test.yml", |
| 186 | + ".husky/_/prepare-commit-msg", |
187 | 187 | "src/app.ts", |
188 | 188 | "src/bin/.gitkeep", |
189 | 189 | "src/controllers/.gitkeep", |
190 | | - "src/middleware/.gitkeep", |
191 | | - "src/plugins/.gitkeep", |
192 | | - "src/models/.gitkeep", |
193 | 190 | "src/configs/.gitkeep", |
| 191 | + "src/models/.gitkeep", |
| 192 | + "src/plugins/.gitkeep", |
| 193 | + "src/middleware/.gitkeep", |
194 | 194 | "src/views/.gitkeep", |
195 | | - "src/routes/.gitkeep", |
196 | 195 | "src/utils/.gitkeep", |
| 196 | + "src/routes/.gitkeep", |
197 | 197 | "test/.gitkeep", |
198 | | - "test/controllers/.gitkeep", |
199 | | - "test/plugins/.gitkeep", |
200 | | - "test/models/.gitkeep", |
| 198 | + "test/app.test.ts", |
| 199 | + "test/bin/.gitkeep", |
201 | 200 | "test/configs/.gitkeep", |
202 | 201 | "test/middleware/.gitkeep", |
203 | | - "test/routes/.gitkeep", |
| 202 | + "test/models/.gitkeep", |
| 203 | + "test/plugins/.gitkeep", |
| 204 | + "test/controllers/.gitkeep", |
204 | 205 | "test/views/.gitkeep", |
205 | | - "test/bin/.gitkeep", |
206 | | - "test/utils/.gitkeep" |
| 206 | + "test/utils/.gitkeep", |
| 207 | + "test/routes/.gitkeep" |
207 | 208 | ], |
208 | 209 | "questions": { |
209 | 210 | "scope": "Specify a scope: " |
|
0 commit comments