Skip to content

Commit aeaf0e5

Browse files
committed
Run spellcheck on changesets as well
1 parent 38a483e commit aeaf0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier-check": "prettier --check .",
2525
"prettier-fix": "prettier --write .",
2626
"publish-changeset": "changeset publish",
27-
"spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
27+
"spell-check": "cspell lint '**' '.changeset/**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
2828
"test": "jest",
2929
"test:ci": "jest --coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
3030
"watch": "tsc --build --watch",

0 commit comments

Comments
 (0)