Skip to content

Commit 49e9c46

Browse files
committed
Remove unnecessary test:coverage command
1 parent 739f0f9 commit 49e9c46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codemods/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"lint": "eslint --flag unstable_ts_config",
88
"lint:fix": "eslint --fix --flag unstable_ts_config",
99
"test": "vitest --run",
10-
"test:watch": "vitest --watch",
11-
"test:coverage": "vitest --coverage"
10+
"test:watch": "vitest --watch"
1211
},
1312
"bin": "./bin/cli.mjs",
1413
"files": [

0 commit comments

Comments
 (0)