Skip to content

Commit afe80b0

Browse files
committed
🐛 fix: updated my $PATH variable. Check for bug
testing if my update caused the same bug
1 parent b53fc6b commit afe80b0

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,19 @@
146146
".prettierrc.json",
147147
"license",
148148
"readme.md",
149-
"readme-api.md",
150-
"commit-template.hbs",
151149
"commitlint.config.ts",
150+
"commit-template.hbs",
151+
"readme-api.md",
152152
"default-template.hbs",
153153
"jest.config.json",
154154
"package-lock.json",
155155
"package.json",
156156
"release.config.ts",
157157
"renovate.json",
158-
"typedoc.json",
159158
"tsconfig.json",
159+
"typedoc.json",
160160
".vscode/settings.json",
161+
"public/.gitkeep",
161162
"repo_management_files/auditchecklist.md",
162163
"repo_management_files/branchnamingconventions.md",
163164
"repo_management_files/cz-emoji-template-extract.js",
@@ -169,58 +170,57 @@
169170
"repo_management_files/fileswithgitmojis.md",
170171
"repo_management_files/genericcommitmessages.md",
171172
"repo_management_files/gitmojisemver-extract.js",
173+
"repo_management_files/issues.sh",
172174
"repo_management_files/labels.sh",
173175
"repo_management_files/packagejsondocument.md",
174-
"repo_management_files/issues.sh",
175176
"repo_management_files/usefultipsandtricks.md",
177+
".github/dependabot.yml",
178+
".github/workflows/build.yml",
179+
".github/workflows/docs.yml",
180+
".github/workflows/lint.yml",
181+
".github/workflows/release.yml",
182+
".github/workflows/pr.yml",
183+
".github/workflows/test.yml",
184+
".github/workflows/depcheck.yml",
176185
".husky/commit-msg",
177186
".husky/pre-commit",
178187
".husky/prepare-commit-msg",
179188
".husky/_/.gitignore",
180189
".husky/_/applypatch-msg",
181190
".husky/_/commit-msg",
182-
".husky/_/h",
183191
".husky/_/post-applypatch",
184192
".husky/_/post-checkout",
193+
".husky/_/h",
185194
".husky/_/post-commit",
186-
".husky/_/post-merge",
187195
".husky/_/post-rewrite",
188196
".husky/_/pre-applypatch",
189197
".husky/_/pre-auto-gc",
190198
".husky/_/pre-commit",
191-
".husky/_/pre-push",
192199
".husky/_/pre-rebase",
200+
".husky/_/post-merge",
193201
".husky/_/prepare-commit-msg",
194-
"public/.gitkeep",
195-
".github/dependabot.yml",
196-
".github/workflows/build.yml",
197-
".github/workflows/depcheck.yml",
198-
".github/workflows/docs.yml",
199-
".github/workflows/lint.yml",
200-
".github/workflows/pr.yml",
201-
".github/workflows/release.yml",
202-
".github/workflows/test.yml",
202+
".husky/_/pre-push",
203203
"src/app.ts",
204204
"src/bin/.gitkeep",
205205
"src/configs/.gitkeep",
206+
"src/models/.gitkeep",
207+
"src/plugins/.gitkeep",
208+
"src/routes/.gitkeep",
209+
"src/views/.gitkeep",
206210
"src/controllers/.gitkeep",
207211
"src/middleware/.gitkeep",
208-
"src/routes/.gitkeep",
209-
"src/models/.gitkeep",
210212
"src/utils/.gitkeep",
211-
"src/views/.gitkeep",
212-
"src/plugins/.gitkeep",
213213
"test/app.test.ts",
214214
"test/.gitkeep",
215-
"test/configs/.gitkeep",
216215
"test/bin/.gitkeep",
217-
"test/middleware/.gitkeep",
216+
"test/configs/.gitkeep",
218217
"test/controllers/.gitkeep",
219218
"test/models/.gitkeep",
220-
"test/routes/.gitkeep",
221-
"test/plugins/.gitkeep",
219+
"test/middleware/.gitkeep",
222220
"test/utils/.gitkeep",
223-
"test/views/.gitkeep"
221+
"test/routes/.gitkeep",
222+
"test/views/.gitkeep",
223+
"test/plugins/.gitkeep"
224224
],
225225
"questions": {
226226
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)