Skip to content

Commit f9885c6

Browse files
chore: add spelling test script using cspell
1 parent 1adde79 commit f9885c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"lint:fix": "eslint --fix && stylelint **/docs/*.css --fix && markdownlint-cli2 . --fix && prettier . --write . && cspell .",
3939
"prepare": "husky",
4040
"test": "npm run lint",
41+
"test:spelling": "cspell .",
4142
"leaveMenu": "",
4243
"automated": "git fetch origin main && git reset --hard origin/main && git pull && npm i && npm run all && python3 scripts/upload.py"
4344
},

0 commit comments

Comments
 (0)