diff --git a/package.json b/package.json index 3d3b660..58b85a0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:fix": "npx eslint src --fix", "test": "jest", "test:coverage": "jest --coverage", - "version": "auto-changelog && git add CHANGELOG.md" + "version": "build && auto-changelog && git add CHANGELOG.md" }, "main": "dist/main.js", "typings": "dist/main.d.ts", @@ -51,4 +51,4 @@ "typescript": "^4.9.5" }, "homepage": "https://github.com/thkruz/ootk-core" -} +} \ No newline at end of file