From ecf43fd4911be65b8d5f9bd9552709972419ed1b Mon Sep 17 00:00:00 2001 From: yosokim Date: Sat, 29 Oct 2022 14:57:02 +0800 Subject: [PATCH] chore: update local patch script --- script/patch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/patch.sh b/script/patch.sh index 786e4e2..bfcbf7b 100755 --- a/script/patch.sh +++ b/script/patch.sh @@ -1,5 +1,9 @@ git clone --depth=1 git@github.com:fltstore/egao_database.git +# copy with local +# cp -rf ../../egao_database/* ../assets/database + cp -rf egao_database ../assets/database cd ../assets/database -rm -rf .git \ No newline at end of file +rm -rf .git +rm -rf generate.mjs \ No newline at end of file