1 Star 0 Fork 0

sixOn/kami

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
Innei 提交于 2021-06-27 16:32 . fix: update next 11
###
# @Author: Innei
# @Date: 2020-05-10 10:35:55
# @LastEditTime: 2021-06-27 16:32:10
# @LastEditors: Innei
# @FilePath: /web/build.sh
# @Copyright
###
#!/bin/sh
set -e
# export NODE_OPTIONS="--max_old_space_size=2048"
git pull
yarn
rm -rf .next
yarn build
cd .next
git init
mkdir _next
cp -r static _next
git add _next
git commit -m "update: $(date)"
git remote add origin git@github.com:Innei/web-cdn.git
git push -u origin master -f
yarn prod:reload
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jlk1994/kami.git
git@gitee.com:jlk1994/kami.git
jlk1994
kami
kami
master

搜索帮助