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",