@haluo/biz 2.0.37 → 2.0.39

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 CHANGED
@@ -23,6 +23,7 @@ pnpm add @haluo/biz@online
23
23
  cd ./packages/haluo-biz
24
24
  npm link # 在全局 node_modules 目录下创建符号链接,指向当前模块
25
25
  npm unlink # 删除全局符号链接
26
+ npm run build:watch # 监听文件变化,自动编译
26
27
 
27
28
  2、业务项目根目录中使用软链访问本地库
28
29
  npm link @haluo/biz # 在项目的 node_modules 目录中创建符号链接,指向全局链接的模块