From 39a26ede9eb3a8d0b7ccfe8c193e4ed3ca721fbe Mon Sep 17 00:00:00 2001 From: Muhammad-Altabba <24407834+Muhammad-Altabba@users.noreply.github.com> Date: Fri, 9 Jun 2023 01:15:50 +0200 Subject: [PATCH] add `from-package` to `learna publish` for canary --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2cd16c182..4ef52a74bc2 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "prepare": "husky install", "postinstall": "yarn build", "compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix", - "publish:canary": "lerna publish --canary --dist-tag dev --preid dev.$(git rev-parse --short HEAD) --exact --graph-type all --force-publish \"*\" --no-verify-access --yes" + "publish:canary": "lerna publish from-package --canary --dist-tag dev --preid dev.$(git rev-parse --short HEAD) --exact --graph-type all --force-publish \"*\" --no-verify-access --yes" }, "devDependencies": { "@cypress/webpack-preprocessor": "^5.12.0",