diff --git a/package.json b/package.json index 58b85a0..443cd4e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:fix": "npx eslint src --fix", "test": "jest", "test:coverage": "jest --coverage", - "version": "build && auto-changelog && git add CHANGELOG.md" + "version": "npm run build && auto-changelog && git add CHANGELOG.md" }, "main": "dist/main.js", "typings": "dist/main.d.ts",