From 5efb171a7828dd89103f517aed2b70cb0e54fb89 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 16 Jan 2018 14:17:19 +0100 Subject: [PATCH] chore: test before lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e98486181..a0a0760ec 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "docs:build:dev": "cd docs && yarn && yarn build:dev", "docs:watch": "cd docs && yarn && yarn dev", "docs:deploy": "cd docs && yarn && yarn deploy", - "test": "yarn run lint && jest --verbose --coverage", + "test": "jest --verbose --coverage && yarn run lint", "test:update": "jest --verbose --updateSnapshot", "test:watch": "jest --verbose --watchAll --notify", "lint": "eslint --ext .js,.vue .",