Skip to content

Commit b40208d

Browse files
committed
fix: remove coverage reporting step from startSampleApp script
1 parent cb7c135 commit b40208d

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
@@ -46,8 +46,7 @@
4646
"export-types": "tsc",
4747
"build": "rm -rf dist*;rollup -c && yarn export-types",
4848
"test": "NODE_ENV=test nyc ./node_modules/mocha/bin/mocha --require ./test/setup.js \"test/**/*.js\"",
49-
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js",
50-
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
49+
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js"
5150
},
5251
"repository": {
5352
"type": "git",

0 commit comments

Comments
 (0)