Run lint on CI

This commit is contained in:
Paul Merlin 2020-06-13 14:33:04 +02:00
parent 4a9a0a05a3
commit 43efc20423

View file

@ -9,7 +9,7 @@
"lint": "eslint src/**/*.ts",
"build": "ncc build src/main.ts --out dist/main --minify && ncc build src/post.ts --out dist/post --minify",
"test": "jest",
"all": "npm run format && npm run build && npm test"
"all": "npm run format && npm run lint && npm run build && npm test"
},
"repository": {
"type": "git",