diff --git a/package.json b/package.json index 7633c55..f2482ef 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Extract changelog entries and add to CHANGELOG.md", "main": "src/main.ts", "scripts": { + "build": "tsc", "test": "tsc --noEmit && jest", "ts": "tsx ./src/main.ts" },