diff --git a/package.json b/package.json index fe4edd6..b5ca1ca 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge", + "coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "DEBUG=eslint:cli-engine eslint --fix .", "lint:check": "DEBUG=eslint:cli-engine eslint .", "prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt", - "test": "jest", - "coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg" + "test": "jest" }, "repository": { "type": "git",