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 38a483e commit aeaf0e5Copy full SHA for aeaf0e5
package.json
@@ -24,7 +24,7 @@
24
"prettier-check": "prettier --check .",
25
"prettier-fix": "prettier --write .",
26
"publish-changeset": "changeset publish",
27
- "spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
+ "spell-check": "cspell lint '**' '.changeset/**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
28
"test": "jest",
29
"test:ci": "jest --coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
30
"watch": "tsc --build --watch",
0 commit comments