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 ee59717 commit b0c7819Copy full SHA for b0c7819
package.json
@@ -8,7 +8,7 @@
8
"compile": "rm -rf dist/ & tsc -p tsconfig.json",
9
"test": "export NODE_ENV=test; nyc ./node_modules/mocha/bin/mocha --exit -t 40000 tests/*.js;ex=$?;unset NODE_ENV; exit $ex;",
10
"test-e2e": "sh test-e2e.sh; exit $?;",
11
- "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov && --disable=gcov",
+ "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov --disable=gcov",
12
"prepack": "npm run compile"
13
},
14
"author": "ImageKit Developer <[email protected]>",
0 commit comments