Skip to content

Commit 734c436

Browse files
authored
🔧 Include .github directory in cspell check (#851)
- Add .github/**/* to cspell check targets in lint:cspell script
1 parent 9be706a commit 734c436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "turbo run dev",
1111
"preview": "turbo run preview",
1212
"lint:root": "run-p lint:cspell lint:prettier",
13-
"lint:cspell": "cspell --exclude \"apps/**/*\" --exclude \"packages/**/*\" \"**/*\"",
13+
"lint:cspell": "cspell --exclude \"apps/**/*\" --exclude \"packages/**/*\" \".github/**/*\" \"**/*\"",
1414
"lint:prettier": "prettier . --check --ignore-path=.prettierignore.root",
1515
"lint:packages": "turbo run lint",
1616
"lint": "run-p lint:root lint:packages",

0 commit comments

Comments
 (0)