From 67286964bb58259cfa752909d7bbdb2a0c53f23e Mon Sep 17 00:00:00 2001 From: movpushmov Date: Mon, 6 Jan 2025 22:11:19 +0300 Subject: [PATCH] chore: update script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788d601..43266e8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "update-deps": "lerna exec npm install", "build": "lerna run build && npm run update-deps", "test": "lerna run test", - "publish:force": "lerna publish", + "publish": "lerna publish", "publish:canary": "npm run build && lerna publish --canary --preid dev --npm-tag next --no-git-tag-version" }, "husky": {