ci: commit

This commit is contained in:
陈华春
2024-03-31 21:32:38 +08:00
parent 61fa02cbcc
commit 644932125b
2 changed files with 3 additions and 1 deletions

View File

@@ -105,3 +105,5 @@ npm run setup && npm run build && npm run app:dev
## 交流群
![输入图片说明](dev/public/1709807457504.png)
- test ci

View File

@@ -32,7 +32,7 @@
"build": "lerna run --no-private build",
"coverage": "lerna run --no-private coverage",
"typedoc": "typedoc --plugin typedoc-plugin-markdown",
"ci": "git add . && git commit -m \"ci commit \" && git push",
"ci": "git add . && git commit -m \"ci: commit \" && git push",
"commit": "git-cz",
"prepare": "husky install",
"prerelease": "lerna version prerelease --yes && npm run test && npm run build && npm run ci && lerna publish from-package --dist-tag test --no-private --yes && pnpm run sync",