@giteeteam/apps-team-components 1.7.0-alpha.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,9 @@ pnpm storybook
|
|
|
20
20
|
- "@giteeteam/apps-team-components": "1.6.0",
|
|
21
21
|
+ "@giteeteam/apps-team-components": "file:../giteeteam-components",
|
|
22
22
|
```
|
|
23
|
+
|
|
24
|
+
> 注:[不要用 pnpm link](https://pnpm.io/zh/cli/link#whats-the-difference-between-pnpm-link-and-using-the-file-protocol),主库的依赖都引用自己的
|
|
25
|
+
|
|
23
26
|
2. 在本代码库执行 `pnpm dev`
|
|
24
27
|
|
|
25
28
|
# 版本对应
|