From 87b2d034cffbcce3c3614af98e268706cf1f5afe Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 8 Oct 2018 00:37:48 -0500 Subject: [PATCH] lint bin/embark --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95ea2ba9..572fde79 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.2.3", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { - "lint": "eslint lib/", + "lint": "eslint bin/embark lib/", "test": "npm-run-all lint test:*", "test:embark": "mocha test/ --no-timeouts --exit", "test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",