Skip to content

Commit b5e3e46

Browse files
refactor: simplify spell-check scripts
- Remove spell-check:fix script (didn't actually fix, just showed suggestions) - Add explicit --config cspell.json to spell-check script for clarity
1 parent 85bbea6 commit b5e3e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,8 +2151,7 @@
21512151
"updatePackageJsonForBundle": "gulp updatePackageJsonForBundle",
21522152
"watch-all": "concurrently \"tsc --watch -p ./\" \"npx tsx build/esbuild/build.ts --watch-all\"",
21532153
"watch": "concurrently \"tsc --watch -p ./\" \"npx tsx build/esbuild/build.ts --watch\"",
2154-
"spell-check": "cspell",
2155-
"spell-check:fix": "cspell --no-exit-code --show-suggestions"
2154+
"spell-check": "cspell --config cspell.json"
21562155
},
21572156
"dependencies": {
21582157
"@c4312/evt": "^0.1.1",

0 commit comments

Comments
 (0)