change coverage:local order too

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 19:46:59 +04:00
parent 4abdb69f23
commit 000b7a6248
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -27,7 +27,7 @@
"coverage:rescript": "yarn clean && BISECT_ENABLE=yes yarn build:rescript && yarn test:rescript && bisect-ppx-report send-to Codecov",
"coverage:ts": "yarn coverage:ts:local && codecov",
"coverage": "yarn coverage:ts && yarn coverage:rescript",
"coverage:local": "yarn coverage:rescript:local && yarn coverage:ts:local",
"coverage:local": "yarn coverage:ts:local && yarn coverage:rescript:local",
"lint:rescript": "./lint.sh",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:rescript && yarn lint:prettier",