From 06d7beb92016c17c35e94538ff0a7ba8879515d8 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 17 Jan 2017 15:18:40 -0800 Subject: [PATCH] Don't run lint when running tests locally --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1369714e..263fa42d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "webpack --config=webpack.production.config.js", "serve": "webpack-dev-server", "weight": "npm run build && gzip-size built/winamp.js | pretty-bytes", - "test": "jest --coverage && npm run lint", + "test": "jest --coverage", "travis-tests": "jest --coverage && npm run lint && npm run build", "tdd": "jest --watch", "deploy": "ssh jordaneldredge.com sh < deploy.sh",