Skip to content

Commit e6e72b2

Browse files
committed
feat: Add spell-code and spell to npm scripts
1 parent e2bd37b commit e6e72b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"scripts": {
77
"start": "node src/index.js",
88
"lint": "eslint . --fix",
9-
"spell": "cspell src/**/"
9+
"spell-code": "cspell src/**/",
10+
"spell": "cspell /**/"
11+
1012
},
1113
"keywords": [],
1214
"author": "",

0 commit comments

Comments
 (0)