1 Star 0 Fork 0

hpping / amis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish.sh 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
2betop 提交于 2021-09-03 10:55 . 发布脚本
#!/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 sdk npm
cp .npmignore npm
cp -rf node_modules 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
JavaScript
1
https://gitee.com/hdut/amis.git
git@gitee.com:hdut/amis.git
hdut
amis
amis
master

搜索帮助