feat: Add spell-code and spell to npm scripts

imgbot
Kieran 2022-09-21 19:10:21 +01:00
parent e2bd37bcee
commit e6e72b22ab
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
"scripts": {
"start": "node src/index.js",
"lint": "eslint . --fix",
"spell": "cspell src/**/"
"spell-code": "cspell src/**/",
"spell": "cspell /**/"
},
"keywords": [],
"author": "",