[release] 1.1.8

This commit is contained in:
陈嘉涵
2018-06-15 14:54:33 +08:00
parent 8275a52e8d
commit f78da8eabc
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
# build
VERSION=$VERSION npm run dist
VERSION=$VERSION npm run build:lib
# publish vant-css
echo "Releasing vant-css $VERSION ..."