Skip to content

Commit

Permalink
chore: update local patch script
Browse files Browse the repository at this point in the history
  • Loading branch information
yosokim committed Oct 29, 2022
1 parent bd6f656 commit ecf43fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/patch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
git clone --depth=1 [email protected]: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
rm -rf .git
rm -rf generate.mjs

0 comments on commit ecf43fd

Please sign in to comment.