From 43efc20423b5da2d833972baf3f4423144389ae8 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Sat, 13 Jun 2020 14:33:04 +0200 Subject: [PATCH] Run lint on CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bba3478..8309a2b 100644 --- a/package.json +++ b/package.json @@ -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",