Fix yarn coverage
script on Windows
This commit is contained in:
parent
8ecacc9978
commit
22725968e8
@ -13,7 +13,7 @@
|
|||||||
"homepage": "https://thelounge.chat/",
|
"homepage": "https://thelounge.chat/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"coverage": "rm -rf .nyc_output/ && run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report",
|
"coverage": "run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report",
|
||||||
"dev": "run-p watch start",
|
"dev": "run-p watch start",
|
||||||
"lint:css": "stylelint --color \"client/**/*.css\"",
|
"lint:css": "stylelint --color \"client/**/*.css\"",
|
||||||
"lint:js": "eslint . --report-unused-disable-directives --color",
|
"lint:js": "eslint . --report-unused-disable-directives --color",
|
||||||
|
@ -6,6 +6,5 @@
|
|||||||
"reporter": [
|
"reporter": [
|
||||||
"json",
|
"json",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
],
|
]
|
||||||
"clean": false
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user