摘要: When we want to update our package we need to do a few things: pull latest from our git remote, bump the npm version and git tag, push to our remote, 阅读全文
posted @ 2017-09-29 02:32 Zhentiw 阅读(179) 评论(0) 推荐(0)
摘要: In this lesson we will publish our package. We will first add a prepublish script that runs our buildscript; this will ensure the built folder gets ad 阅读全文
posted @ 2017-09-29 02:28 Zhentiw 阅读(310) 评论(0) 推荐(0)
摘要: We will import our newly published package into a new project locally to make sure everything is working as expected. We can do this locally before pu 阅读全文
posted @ 2017-09-29 02:22 Zhentiw 阅读(209) 评论(0) 推荐(0)