BING
斯是陋室,唯吾芳馨
原创

第一篇技术测试文

共 578 字,需阅读 1 分钟2024/09/07 下午250 次阅读

#Development Setup

            
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
# install dependencies $ pnpm install $ pnpm run dev $ pnpm run build $ pnpm run start # lint test $ pnpm run lint # release $ pnpm run release

#Actions setup

Rule:

  • Any PR opend → CI:Build test
  • New tag v*CI:Create Release
  • Release created → CI:DeployCI:Execute server script

#Changelog

Detailed changes for each release are documented in the release notes .

#License

Licensed under the MIT License.

本文于2024/09/07 下午发布在技术
署名 - 非商业性使用 4.0 国际 https://perlou.top/article/2
评论功能开发中