app-monorepo icon indicating copy to clipboard operation
app-monorepo copied to clipboard

usage of javascript/node to allow cross-platform building

Open Osiris-Team opened this issue 1 year ago • 10 comments
trafficstars

At the current state the build fails when following the simple instructions in the README on Windows. This fixes it.

Summary by CodeRabbit

  • 新功能
    • 添加了用于清理开发工作区的脚本。
    • 添加了用于复制注入文件的脚本。
    • 添加了用于执行后安装步骤的脚本。
  • 依赖更新
    • 新增依赖:"cross-env-shell": "^7.0.3"
  • 脚本更新
    • 更新了postinstallcopy:inject脚本为Node.js脚本。
    • 新增clean脚本用于清理工作区。

Osiris-Team avatar Sep 13 '24 16:09 Osiris-Team