chore: Add npm run ci

imgbot
Kieran 2022-09-21 19:34:33 +01:00
parent 5b912d6bd8
commit b08fc30faf
1 changed files with 2 additions and 1 deletions

View File

@ -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": [],