Fix linter command

This commit is contained in:
Leonid Logvinov 2017-05-29 11:42:17 +02:00
parent ff5db0d1cb
commit 209d8483cf
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -14,7 +14,7 @@
"build:bundle": "webpack", "build:bundle": "webpack",
"build:commonjs": "tsc; copyfiles -u 2 ./src/artifacts/*.json ../0x.js/lib/src/artifacts;", "build:commonjs": "tsc; copyfiles -u 2 ./src/artifacts/*.json ../0x.js/lib/src/artifacts;",
"build": "npm run clean && run-p build:*", "build": "npm run clean && run-p build:*",
"lint": "tslint src/**/*", "lint": "tslint src/**/*.ts",
"test": "run-s clean build:commonjs && mocha lib/test/**/*_test.js", "test": "run-s clean build:commonjs && mocha lib/test/**/*_test.js",
"test:coverage": "nyc npm run test --all", "test:coverage": "nyc npm run test --all",
"docs:json": "typedoc --json docs/index.json .", "docs:json": "typedoc --json docs/index.json .",