From 76b69d6099cdd669f4fe08f15615b2d8a33baff0 Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 20 Apr 2018 23:24:56 +0800 Subject: [PATCH] fix: fix style --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6d2013f4..aa90a9298 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "scripts": { "test": "jest", - "lint": "echo start lint && ./node_modules/.bin/eslint src/* test/*", + "lint": "./node_modules/.bin/eslint src/* test/*", "build": "BABEL_ENV=build rollup -c" }, "pre-commit": [