reduce duplicated command line args in coverage script

This commit is contained in:
David Lechner
2021-03-10 10:30:15 -06:00
parent 9e34ec1de8
commit 257b843f38
+1 -1
View File
@@ -59,7 +59,7 @@
"start": "craco start",
"build": "craco build",
"test": "craco test --env=./test/env.js",
"coverage": "craco test --env=./test/env.js --coverage --watchAll=false",
"coverage": "yarn test --coverage --watchAll=false",
"coverage:html": "yarn coverage --coverageReporters html",
"eject": "react-scripts eject",
"lint": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix"