1 Star 0 Fork 1.1K

船长/amis

forked from 百度开源/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/captaincoder/amis.git
git@gitee.com:captaincoder/amis.git
captaincoder
amis
amis
master

搜索帮助