gpt4 book ai didi

lerna - pnpm 等同于 lerna 的 --since 选项

转载 作者:行者123 更新时间:2023-12-05 05:32:23 29 4
gpt4 key购买 nike

我正在迁移到 pnpm 以管理来自 lerna 的 monorepo。但是,在 CI 中,有一个遗留命令使用 lerna--since 选项。

lerna run lint --since origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME...

据我了解,它允许您运行受 PR 影响的任务。 pnpm 的等效选项是什么?

最佳答案

使用 --filter "[<since>]"PNPM 中存在相同的选项:

pnpm --filter "...[origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME]" lint

关于lerna - pnpm 等同于 lerna 的 --since 选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74149678/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com