1 Star 0 Fork 1K

kakake / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy-npm-beta.sh 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
2betop 提交于 2020-10-26 20:05 . 把 beta 改成内部版本
#!/bin/bash
set -e
rm -rf npm
echo "Cloning"
git clone -b npm --depth=1 https://$GH_TOKEN@github.com/baidu/amis.git npm
echo "building"
sh build.sh
cp -rf lib npm
cp package.json npm
cp schema.json npm
cp -rf scss npm
cp -rf examples npm
cp -rf sdk npm
echo "pushing"
cd npm
git config user.email "liaoxuezhi@icloud.com"
git config user.name "liaoxuezhi"
git add .
git commit --allow-empty -m "npm 下一个版本"
git push --tags https://$GH_TOKEN@github.com/baidu/amis.git npm
echo "done"
TypeScript
1
https://gitee.com/kakake/amis.git
git@gitee.com:kakake/amis.git
kakake
amis
amis
master

搜索帮助