Skip to content

Commit 11aaf2a

Browse files
committed
Run self-hosted tests first
1 parent 58cf248 commit 11aaf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">=12.22 <13 || >=14.15 <15 || >=16"
2525
},
2626
"scripts": {
27-
"cover": "c8 --report=none tap && c8 --report=none --no-clean test-ava && c8 report",
27+
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
2828
"test": "xo && tsd && npm run -s cover"
2929
},
3030
"files": [

0 commit comments

Comments
 (0)