Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 1583926

Browse files
author
blond
committed
chore(scripts): refactor scripts
* run `lint` to `pretest` * remove `unit-test` and `cover` scripts
1 parent c154c35 commit 1583926

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
"typescript": "^2.2.2"
5151
},
5252
"scripts": {
53-
"test": "npm run lint && npm run cover",
53+
"pretest": "npm run lint",
54+
"test": "nyc ava",
5455
"lint": "npm run lint:js && npm run lint:dts",
5556
"lint:js": "eslint .",
5657
"lint:dts": "tslint **.d.ts",
57-
"unit-test": "ava",
58-
"cover": "nyc ava",
5958
"coveralls": "nyc report --reporter=text-lcov | coveralls"
6059
}
6160
}

0 commit comments

Comments
 (0)