-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
475c232
commit bd8ac93
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ packages: | |
+ `pnpm why -r` 能够列出这个包的源码位置,被monorepo内部哪些项目引用了 | ||
+ `pnpm remove axios --filter @monorepo/http` 删除某个包的依赖 | ||
+ `pnpm link --global <pkg>` 本地link包 | ||
+ `pnpm add lodash-test@npm:[email protected]` 给包取别名 | ||
+ `pnpm add lodash-test@npm:[email protected]` 给包取别名 | ||
+ `pnpm -r run build` 可以一次性执行所有包的`build`命令 |