From 1a31ceff8ef021d1795fb1d95613340872321504 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 16 May 2018 14:56:11 +0200 Subject: Run linter sequentially --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a550c3f58..2ef256785 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "rebuild": "run-s clean build", "test": "wsrun test $PKG --serial --exclude-missing", "stage_docs": "wsrun docs:stage $PKG --parallel --exclude-missing", - "lint": "wsrun lint $PKG --parallel --exclude-missing" + "lint": "wsrun lint $PKG --exclude-missing" }, "config": { "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" -- cgit v1.2.3