add cli publish
This commit is contained in:
parent
5dd4724e3c
commit
f876910b03
@ -45,6 +45,8 @@ git tag ${CURRENT_VERSION}
|
|||||||
git push
|
git push
|
||||||
|
|
||||||
git push --tags
|
git push --tags
|
||||||
|
echo "Publish CLI"
|
||||||
|
cd $CURRENT_DIR/doric-cli && npm publish
|
||||||
|
|
||||||
echo "Publish JS"
|
echo "Publish JS"
|
||||||
cd $CURRENT_DIR/doric-js && npm publish
|
cd $CURRENT_DIR/doric-js && npm publish
|
||||||
|
Reference in New Issue
Block a user