Fix linter command
This commit is contained in:
parent
454c045838
commit
72ca9a57de
@ -12,7 +12,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "npm run clean",
|
"prebuild": "npm run clean",
|
||||||
"build": "run-p build:*:prod",
|
"build": "run-p build:*:prod",
|
||||||
"lint": "tslint src/**/*.ts test/**/*.ts",
|
"lint": "tslint src/*.ts test/*.ts",
|
||||||
"test": "run-s clean test:commonjs",
|
"test": "run-s clean test:commonjs",
|
||||||
"test:umd": "run-s substitute_umd_bundle run_mocha; npm run clean",
|
"test:umd": "run-s substitute_umd_bundle run_mocha; npm run clean",
|
||||||
"test:coverage": "nyc npm run test --all",
|
"test:coverage": "nyc npm run test --all",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user