Skip to content

Commit aea3e47

Browse files
package.json: add watch:coverage:webpage command
1 parent 642a64d commit aea3e47

File tree

2 files changed

+265
-7
lines changed

2 files changed

+265
-7
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"cypress:open": "cypress open",
1616
"cypress:percy": "percy exec -- cypress run",
1717
"coverage": "npx nyc report --reporter=text-summary",
18+
"watch:coverage:webpage": "serve coverage/lcov-report",
1819
"contributors:add": "all-contributors add",
1920
"contributors:generate": "all-contributors generate"
2021
},
@@ -44,6 +45,7 @@
4445
"eslint-plugin-prettier": "^3.1.4",
4546
"prettier": "^2.1.2",
4647
"react-scripts": "^3.4.3",
48+
"serve": "^11.3.2",
4749
"typescript": "^4.0.3"
4850
},
4951
"browserslist": {

0 commit comments

Comments
 (0)