feat: optimize websocket client
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
DISTTAG=${1:latest}
|
||||
for package in `ls packages`; do
|
||||
echo $package
|
||||
pushd packages/$package
|
||||
npm publish --access=public --registry https://registry.npmjs.org
|
||||
npm publish --tag ${DISTTAG} --access=public --registry https://registry.npmjs.org
|
||||
popd
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user