Skip to content

Commit a793265

Browse files
committed
fix: coverage script name
1 parent d4da92f commit a793265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "prettier --write '**/*.ts'",
1010
"test": "jest",
1111
"test:watch": "jest --watch",
12-
"test:cov": "jest --coverage",
12+
"test:coverage": "jest --coverage",
1313
"prepare": "husky install",
1414
"release": "standard-version"
1515
},

0 commit comments

Comments
 (0)