Skip to content

Commit 487f2b1

Browse files
authored
fix: publish catalog dep (element-plus#23135)
1 parent a81abdf commit 487f2b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/publish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ pnpm update:version
88
pnpm build
99

1010
cd dist/element-plus
11-
npm publish
11+
pnpm publish --access public --no-git-checks
1212
cd -
1313

1414
cd internal/eslint-config
15-
npm publish
15+
pnpm publish --access public --no-git-checks
1616
cd -
1717

1818
cd internal/metadata
1919
pnpm build
20-
npm publish
20+
pnpm publish --access public --no-git-checks
2121
cd -
2222

2323
echo "✅ Publish completed"

0 commit comments

Comments
 (0)