chore: 🚀 add pnpm-publish-summary

This commit is contained in:
陈华春
2024-04-26 17:07:55 +08:00
parent 4b553fab7c
commit edd64bb322
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -60,4 +60,4 @@ lib
/platforms/pro/public/@vtj
/scripts/ssh.mjs
/pnpm-publish-summary.json

View File

@@ -40,7 +40,7 @@
"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",
"patch": "lerna version patch --yes && npm run build && npm run ci && npm run publish && pnpm run sync",
"minor": "lerna version minor --yes && npm run build && npm run ci && npm run publish && pnpm run sync",
"publish": "pnpm -r publish --access public --publish-branch next",
"publish": "pnpm -r publish --access public --publish-branch next --report-summary",
"ssh": "node scripts/ssh.mjs",
"cli:test": "cd packages/cli && npm run vitest",
"cli:build": "cd packages/cli && npm run build",