mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
cover all
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
"scripts": {
|
||||
"lint": "eslint src/ test/",
|
||||
"test": "npm run lint && mocha --recursive",
|
||||
"coverage": "NODE_ENV=test istanbul cover --report html ./node_modules/mocha/bin/_mocha -- -R spec --recursive",
|
||||
"lcov": "NODE_ENV=test istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha -- -R spec --recursive",
|
||||
"dist": "make dist",
|
||||
"preversion": "npm test",
|
||||
"version": "npm run dist && git add -A dist",
|
||||
|
||||
Reference in New Issue
Block a user