mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: publish catalog dep (#23135)
This commit is contained in:
@@ -8,16 +8,16 @@ pnpm update:version
|
||||
pnpm build
|
||||
|
||||
cd dist/element-plus
|
||||
npm publish
|
||||
pnpm publish --access public --no-git-checks
|
||||
cd -
|
||||
|
||||
cd internal/eslint-config
|
||||
npm publish
|
||||
pnpm publish --access public --no-git-checks
|
||||
cd -
|
||||
|
||||
cd internal/metadata
|
||||
pnpm build
|
||||
npm publish
|
||||
pnpm publish --access public --no-git-checks
|
||||
cd -
|
||||
|
||||
echo "✅ Publish completed"
|
||||
|
||||
Reference in New Issue
Block a user