Ovilia edited a comment on issue #9850: Add CI Integration URL: https://github.com/apache/incubator-echarts/issues/9850#issuecomment-463573510 @ClemMakesApps Hi Clement. We are considering adding CI support, probably Travis. The ECharts project depends on ZRender project. When developing locally, we use a soft link in `echarts/node_modules` to the local `zrender` project. **When using CI, how should we specify using the latest ZRender commit (rather than ZRender npm release) when building ECharts project?** For example, there may be a new function in the latest ZRender commit, and a new ECharts commit calls this new function. Since the function is not included in the latest ZRender release on npm, `npm i zrender` will not help. npm supports something like `npm install --save "git://github.com/username/package.git#commit"`, although I'm not sure this is helpful. Could you please give some idea about this?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
