We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cd46d commit 9db6d90Copy full SHA for 9db6d90
build/release-csp.sh
@@ -17,10 +17,5 @@ git push -f
17
git tag v$CSP_VERSION
18
git push origin v$CSP_VERSION
19
20
-# publish to npm and update dist tags
21
-npm publish
22
-sleep 1
23
-npm dist-tag add vue@$CSP_VERSION csp
24
-npm dist-tag add vue@$PLAIN_VERSION latest
25
26
-npm view vue version dist-tags
+# publish to npm
+npm publish --tag csp
0 commit comments