diff --git a/package.json b/package.json index d99d5ea90..7012aade3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "semantic-release": "semantic-release", "commit": "git-cz", - "test": "nyc nyc --reporter=lcov mocha --exit", + "test": "nyc --reporter=lcov mocha --exit", "lint": "npx eslint . && npm run types", "types": "npm run docs && node bin/schema2ts.js", "docs": "npx jsonschema2md -d src/schemas -o docs",