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