From 2c9e6c70db219e912a0f72aec303165418e9cb6e Mon Sep 17 00:00:00 2001 From: Lukas Tetzlaff Date: Thu, 2 Nov 2017 13:10:35 +0100 Subject: [PATCH] Add linting back to test scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ef5b8b..44f5baa 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ }, "scripts": { "lint": "tslint --project .", - "test": "tsc && ava dist/tests", "build": "tsc", - "prepublish": "tsc" + "test": "npm run lint && npm run build && ava dist/tests", + "prepublish": "npm run build" }, "files": [ "index.js",