1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: 移除 package-lock.json,避免影响 GitHub Action CI 流程 (yarn)

This commit is contained in:
2025-06-12 07:12:29 +08:00
parent e915298dfc
commit d32625d649
4 changed files with 9 additions and 3518 deletions

8
.publish.md Normal file
View File

@@ -0,0 +1,8 @@
## 发包步骤
```sh
nrm use npm
npm adduser
npm publish
nrm use taobao
```