Skip to content

Commit

Permalink
feat: Add spell-code and spell to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Sep 21, 2022
1 parent e2bd37b commit e6e72b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "node src/index.js",
"lint": "eslint . --fix",
"spell": "cspell src/**/"
"spell-code": "cspell src/**/",
"spell": "cspell /**/"

},
"keywords": [],
"author": "",
Expand Down

0 comments on commit e6e72b2

Please sign in to comment.