From e6e72b22ab7b10d2d3be1338eb08b6cdc8c96212 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 21 Sep 2022 19:10:21 +0100 Subject: [PATCH] feat: Add spell-code and spell to npm scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d12197..815d0c7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "start": "node src/index.js", "lint": "eslint . --fix", - "spell": "cspell src/**/" + "spell-code": "cspell src/**/", + "spell": "cspell /**/" + }, "keywords": [], "author": "",