mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Fix yarn coverage
script on Windows
This commit is contained in:
parent
8ecacc9978
commit
22725968e8
2 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
"homepage": "https://thelounge.chat/",
|
||||
"scripts": {
|
||||
"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",
|
||||
"lint:css": "stylelint --color \"client/**/*.css\"",
|
||||
"lint:js": "eslint . --report-unused-disable-directives --color",
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
"reporter": [
|
||||
"json",
|
||||
"text-summary"
|
||||
],
|
||||
"clean": false
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue