We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642a64d commit aea3e47Copy full SHA for aea3e47
package.json
@@ -15,6 +15,7 @@
15
"cypress:open": "cypress open",
16
"cypress:percy": "percy exec -- cypress run",
17
"coverage": "npx nyc report --reporter=text-summary",
18
+ "watch:coverage:webpage": "serve coverage/lcov-report",
19
"contributors:add": "all-contributors add",
20
"contributors:generate": "all-contributors generate"
21
},
@@ -44,6 +45,7 @@
44
45
"eslint-plugin-prettier": "^3.1.4",
46
"prettier": "^2.1.2",
47
"react-scripts": "^3.4.3",
48
+ "serve": "^11.3.2",
49
"typescript": "^4.0.3"
50
51
"browserslist": {
0 commit comments