Add 'npm check' goal to run lint without generating outputs

This commit is contained in:
Daz DeBoer 2022-05-30 09:08:20 -06:00
parent 7e85212f59
commit bdf9736c53
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

View File

@ -10,6 +10,7 @@
"lint": "eslint src/**/*.ts",
"build": "ncc build src/main.ts --out dist/main --source-map && ncc build src/post.ts --out dist/post --source-map",
"test": "jest",
"check": "npm run format && npm run lint",
"all": "npm run format && npm run lint && npm run build && npm test"
},
"repository": {