Skip to content

Commit

Permalink
🔧 Add spellcheck on validate stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolo committed Oct 27, 2023
1 parent 3592339 commit 1e6594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"spellcheck": "turbo run spellcheck",
"spellcheck:root": "cspell --no-progress '**' --exclude='apps/*/**' --exclude='packages/*/**'",
"test": "turbo run test",
"validate": "turbo run build lint test"
"validate": "turbo run build lint test spellcheck"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 1e6594b

Please sign in to comment.