1 Star 0 Fork 8

vice business/Sokoban

forked from aring/Sokoban 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
aring 提交于 2022-01-06 15:41 . chore: 添加自动部署文件
# 执行部署: Bash -> sh deploy.sh
rm -rf dist &&
yarn build &&
cd dist &&
cd build &&
cd h5 &&
git init &&
git add . &&
git commit -m "webpack" &&
git branch -M master &&
git remote add origin https://gitee.com/aring1998/sokoban-online.git
git push -f -u origin master &&
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vicebusiness/sokoban.git
git@gitee.com:vicebusiness/sokoban.git
vicebusiness
sokoban
Sokoban
master

搜索帮助