Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Srivastava <[email protected]>
  • Loading branch information
h4shk4t committed Mar 18, 2024
1 parent 3c63ddc commit ffd95e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/cspell/spellcheck.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

if ! sort -c project-words.txt; then \
echo "project-words.txt is not sorted." && exit 1; \
if ! sort -c project-words.txt; then
echo "project-words.txt is not sorted."
exit 1
fi
npm install cspell
npm run spellcheck

0 comments on commit ffd95e2

Please sign in to comment.