Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit af57eae

Browse files
Revert "add from-package to learna publish for canary (#6172)" (#6179)
This reverts commit 8f323e7. Co-authored-by: Muhammad Altabba <[email protected]>
1 parent 8f323e7 commit af57eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prepare": "husky install",
9393
"postinstall": "yarn build",
9494
"compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix",
95-
"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"
95+
"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"
9696
},
9797
"devDependencies": {
9898
"@cypress/webpack-preprocessor": "^5.12.0",

0 commit comments

Comments
 (0)