Skip to content

Commit 72f6ef8

Browse files
committed
fix: lint
1 parent b7ee845 commit 72f6ef8

File tree

16 files changed

+190
-372
lines changed

16 files changed

+190
-372
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create the "version.js" file
5050
run: bash ./packages/client/set_version.sh
5151

52-
- name: Test the TypeScript code using Jest
52+
- name: Test the TypeScript code
5353
run: npm run test
5454

5555
format:

cspell.config.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@
301301
"winget",
302302
"wrapcheck",
303303
"wscat",
304-
"xmlserializer",
305304
"zamiel",
306305
"zamiell",
307306
"αlice",

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ bash "$DIR/packages/server/lint.sh" &
2626
bash "$DIR/spell_check.sh" &
2727
bash "$DIR/check_templates.sh" &
2828
npm run check-variant-files &
29+
npm run lint-package-json &
2930
wait
3031

3132
# TODO: https://stackoverflow.com/questions/49513335/bash-wait-exit-on-error-code

0 commit comments

Comments
 (0)