From 2e1853317152d82f48d8eafe3481cf97d7e6184b Mon Sep 17 00:00:00 2001 From: Melnyk Mykhailo Date: Fri, 2 Feb 2024 20:12:59 +0200 Subject: [PATCH] add cspell auto-fill command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",