lint bin/embark
This commit is contained in:
parent
b7343e3411
commit
87b2d034cf
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue