diff --git a/package.json b/package.json index 3d283ab2..cbaeae4f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openstapps/api", "version": "0.6.0", "scripts": { - "build": "npm run tslint && npm run compile && npm run documentation", + "build": "npm run tslint && npm run compile", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", @@ -55,7 +55,8 @@ "contributors": [ "André Michael Thomas Bierlein", "Anselm Stordeur ", - "Jovan Krunic " + "Jovan Krunić ", + "Michel Jonathan Schmitz" ], "peerDependencies": { "@openstapps/core": "~0.17.0" @@ -74,6 +75,7 @@ "branches": 95, "check-coverage": true, "exclude": [ + "src/test/**/*.spec.ts", "src/cli.ts" ], "extension": [ @@ -91,4 +93,4 @@ ], "statements": 95 } -} +} \ No newline at end of file