mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
reduce duplicated command line args in coverage script
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user