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 cb7c135 commit b40208dCopy full SHA for b40208d
package.json
@@ -46,8 +46,7 @@
46
"export-types": "tsc",
47
"build": "rm -rf dist*;rollup -c && yarn export-types",
48
"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"
+ "startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js"
51
},
52
"repository": {
53
"type": "git",
0 commit comments