lint bin/embark

This commit is contained in:
Michael Bradley, Jr 2018-10-08 00:37:48 -05:00 committed by Pascal Precht
parent b7343e3411
commit 87b2d034cf
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "3.2.3", "version": "3.2.3",
"description": "Embark is a framework that allows you to easily develop and deploy DApps", "description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": { "scripts": {
"lint": "eslint lib/", "lint": "eslint bin/embark lib/",
"test": "npm-run-all lint test:*", "test": "npm-run-all lint test:*",
"test:embark": "mocha test/ --no-timeouts --exit", "test:embark": "mocha test/ --no-timeouts --exit",
"test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp", "test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",