sleep before checking dist-tags in cps release script

This commit is contained in:
Evan You 2016-04-07 18:12:42 -04:00
parent 9fa4303243
commit fee414f8d0

View File

@ -22,4 +22,5 @@ npm publish
sleep 1
npm dist-tag add vue@$CSP_VERSION csp
npm dist-tag add vue@$PLAIN_VERSION latest
sleep 1
npm view vue version dist-tags