We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a18c1 commit 4618113Copy full SHA for 4618113
package.json
@@ -27,8 +27,7 @@
27
"build:watch": "tsc -w -p tsconfig.release.json",
28
"lint": "trunk check",
29
"test": "jest --coverage --runInBand",
30
- "test:watch": "jest --watch",
31
- "coveralls": "cat ./coverage/lcov.info | coveralls"
+ "test:watch": "jest --watch"
32
},
33
"devDependencies": {
34
"@trunkio/launcher": "^1.3.2",
0 commit comments