Skip to content

Commit 4618113

Browse files
authored
Update package.json
1 parent 95a18c1 commit 4618113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"build:watch": "tsc -w -p tsconfig.release.json",
2828
"lint": "trunk check",
2929
"test": "jest --coverage --runInBand",
30-
"test:watch": "jest --watch",
31-
"coveralls": "cat ./coverage/lcov.info | coveralls"
30+
"test:watch": "jest --watch"
3231
},
3332
"devDependencies": {
3433
"@trunkio/launcher": "^1.3.2",

0 commit comments

Comments
 (0)