Skip to content

Commit aca6a61

Browse files
authored
Revert "chore: attempt to stream lerna output when publishing" (#7663)
Revert "chore: attempt to stream lerna output when publishing (#7661)" This reverts commit 858a2be.
1 parent 6bb3941 commit aca6a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"update-tracking-plan": "npx ts-node scripts/generate-tracking-plan.ts > docs/tracking-plan.md",
4646
"postupdate-tracking-plan": "npx prettier-compass docs/tracking-plan.md --write",
4747
"bump-packages": "bump-monorepo-packages",
48-
"publish-packages": "lerna publish from-package --no-verify-access --no-push --no-git-tag-version --yes --stream",
48+
"publish-packages": "lerna publish from-package --no-verify-access --no-push --no-git-tag-version --yes",
4949
"version": "node ./scripts/align-monorepo-dependencies.js --no-commit",
5050
"where": "monorepo-where",
5151
"create-workspace": "node ./scripts/create-workspace.js",

0 commit comments

Comments
 (0)