@changjinglu/release-cli

内部发布系统

Usage no npm install needed!

<script type="module">
  import changjingluReleaseCli from 'https://cdn.skypack.dev/@changjinglu/release-cli';
</script>

README

发布系统上传脚本

  1. 发布脚本安装 npm i -g @changjinglu/release-cli
  2. 修改项目的package.json , name 必须和发布系统配置一直
  3. 在package.json添加发布系统token配置
"launch": {
  "token": "5jwMZteye5"
},