We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81abdf commit 487f2b1Copy full SHA for 487f2b1
scripts/publish.sh
@@ -8,16 +8,16 @@ pnpm update:version
8
pnpm build
9
10
cd dist/element-plus
11
-npm publish
+pnpm publish --access public --no-git-checks
12
cd -
13
14
cd internal/eslint-config
15
16
17
18
cd internal/metadata
19
20
21
22
23
echo "✅ Publish completed"
0 commit comments