1 Star 0 Fork 1K

peter / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish.sh 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
2betop 提交于 2020-10-27 22:58 . 保留 信息
#!/bin/bash
set -e
rm -rf npm
mkdir npm
cp -rf lib npm
cp package.json npm
cp schema.json npm
cp -rf scss npm
cp -rf docs npm
cp -rf examples npm
cp -rf sdk npm
cd npm
sed -i '' -e 's/\"name\": \"amis\"/\"name\": \"@fex\/amis\"/g' ./package.json
npm publish --registry=http://registry.npm.baidu-int.com
cd ..
# rm -rf npm
TypeScript
1
https://gitee.com/jinhaifu/amis.git
git@gitee.com:jinhaifu/amis.git
jinhaifu
amis
amis
master

搜索帮助