diff --git a/package.json b/package.json index 62fab06..bc9c781 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "test:unit": "jest src/", "watch:build": "tsc -p tsconfig.json -w", "watch:test": "jest --watch src/", - "doc": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs" + "doc": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs", + "semantic-release": "semantic-release" }, "engines": { "node": ">=10"