Skip to content

Commit fee414f

Browse files
committed
sleep before checking dist-tags in cps release script
1 parent 9fa4303 commit fee414f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/release-csp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ npm publish
2222
sleep 1
2323
npm dist-tag add vue@$CSP_VERSION csp
2424
npm dist-tag add vue@$PLAIN_VERSION latest
25+
sleep 1
2526
npm view vue version dist-tags

0 commit comments

Comments
 (0)