From 8742666a61a16459eeb452fb7781dccf3a9c928f Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Fri, 10 May 2019 17:30:25 +0200 Subject: [PATCH] Run linter as post-test task (#21) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 87dd7b0..304f1d7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "bench": "bench/run.sh", "lint": "eslint --max-warnings=0 .", - "test": "tap test/*-test.js" + "test": "tap test/*-test.js", + "posttest": "npm run lint" }, "author": "Andres Suarez ", "files": [