app-monorepo
app-monorepo copied to clipboard
usage of javascript/node to allow cross-platform building
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"。
- 新增依赖:
- 脚本更新
- 更新了
postinstall和copy:inject脚本为Node.js脚本。 - 新增
clean脚本用于清理工作区。
- 更新了