mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
sleep before checking dist-tags in cps release script
This commit is contained in:
parent
9fa4303243
commit
fee414f8d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user