diff --git a/package.json b/package.json index b0556e6..c0ccf97 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "typescript:check": "tsc -p tsconfig.json", "env:local": "cp .env.local.dist .env.local", "prepare": "husky install", - "cspell": "cspell --show-suggestions --show-context --gitignore ." + "cspell": "cspell --show-suggestions --show-context --gitignore .", + "cspell:apply": "cspell --words-only --unique --gitignore . >> project-words.txt" }, "dependencies": { "@hookform/resolvers": "^3.3.4",