We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adde79 commit f9885c6Copy full SHA for f9885c6
1 file changed
package.json
@@ -38,6 +38,7 @@
38
"lint:fix": "eslint --fix && stylelint **/docs/*.css --fix && markdownlint-cli2 . --fix && prettier . --write . && cspell .",
39
"prepare": "husky",
40
"test": "npm run lint",
41
+ "test:spelling": "cspell .",
42
"leaveMenu": "",
43
"automated": "git fetch origin main && git reset --hard origin/main && git pull && npm i && npm run all && python3 scripts/upload.py"
44
},
0 commit comments