From f69e348e629f2329002503742d54126d4511d1e1 Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Wed, 29 Sep 2021 12:59:01 -0400 Subject: [PATCH] some script cleanup --- lerna.json | 8 +------- package.json | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 794e749cc..aa8b130a8 100644 --- a/lerna.json +++ b/lerna.json @@ -4,11 +4,5 @@ "packages/*" ], "npmClient": "yarn", - "command": { - "publish": { - "ignoreChanges": [ - "*.md" - ] - } - } + "ignoreChanges": ["**/*.md"] } diff --git a/package.json b/package.json index 780658a99..ada993883 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "prestart": "yarn build", "start": "lerna run start --parallel", "clean": "lerna clean --yes", - "prepublish:lerna": "yarn build", - "publish:lerna": "lerna publish" + "prepare": "yarn build" }, "devDependencies": { "@tsconfig/recommended": "^1.0.1",