diff --git a/lerna.json b/lerna.json index 5551b5a..08f2392 100644 --- a/lerna.json +++ b/lerna.json @@ -13,6 +13,9 @@ "allowBranch": "main", "conventionalCommits": true, "exact": true + }, + "publish": { + "from-git": true } } } diff --git a/package.json b/package.json index 61474b7..1f597ae 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,7 @@ "docs": "node scripts/docs.js", "preversion": "npm run build && npm run lint && npm run test && npm run docs && git add --all", "prepare": "husky install", - "prepublishOnly": "npm run clean && npm run build", - "release-version": "lerna version", - "release-publish": "lerna publish from-git" + "prepublishOnly": "npm run clean && npm run build" }, "devDependencies": { "@rollup/plugin-commonjs": "19.0.0",