【发布时间】:2018-03-21 12:37:32
【问题描述】:
我看到很多需要构建/编译步骤的 npm 模块在其 repo 中有一个 dist/ 文件夹。作者是在手动提交之前运行构建步骤,还是在提交时自动运行,如果是这样如何?
示例代码库:
https://github.com/se-panfilov/vue-notifications
https://github.com/ratiw/vuetable-2
https://github.com/hilongjw/vue-progressbar
在提交之前手动运行构建步骤是否常见?这是如何执行的?
【问题讨论】:
标签: node.js git github npm build