chore: Add npm run ci
parent
5b912d6bd8
commit
b08fc30faf
|
@ -6,8 +6,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node src/index.js",
|
"start": "node src/index.js",
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
|
"spell": "cspell /**/",
|
||||||
"spell-code": "cspell src/**/",
|
"spell-code": "cspell src/**/",
|
||||||
"spell": "cspell /**/"
|
"ci": "eslint . --fix && cspell /**/"
|
||||||
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
Loading…
Reference in New Issue