Package Exports
- rigjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rigjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rig
TODO:
rig init
创建rigfile.json5创建一个rigs文件夹创建一个dev_rigs文件夹补充yarn workspace 配置补充private:true- 测试rig init
rig install(rig i)
- 将文件全部克隆到rigs下
- 修改package.json,补充rigs下的依赖
- 轮流执行npm link操作
rig publish(rig p)
- 打tag
- push --tags